3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #222092 from fabaff/pymodbus-bump

python310Packages.pymodbus: remove asynctest
This commit is contained in:
Fabian Affolter 2023-03-20 09:19:51 +01:00 committed by GitHub
commit 98df3b1874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
{ lib { lib
, aiohttp , aiohttp
, asynctest
, buildPythonPackage , buildPythonPackage
, click , click
, fetchFromGitHub , fetchFromGitHub
@ -43,7 +42,6 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
asynctest
mock mock
pytest-asyncio pytest-asyncio
pytest-rerunfailures pytest-rerunfailures