Skip to content

Commit

Permalink
Merge pull request #222092 from fabaff/pymodbus-bump
Browse files Browse the repository at this point in the history
python310Packages.pymodbus: remove asynctest
  • Loading branch information
fabaff authored Mar 20, 2023
2 parents caf887a + abd627f commit 98df3b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/pymodbus/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, click
, fetchFromGitHub
Expand Down Expand Up @@ -43,7 +42,6 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
asynctest
mock
pytest-asyncio
pytest-rerunfailures
Expand Down

0 comments on commit 98df3b1

Please sign in to comment.