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
, aiohttp
, asynctest
, buildPythonPackage
, click
, fetchFromGitHub
@ -43,7 +42,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
mock
pytest-asyncio
pytest-rerunfailures