Skip to content

Commit

Permalink
Merge pull request #216193 from fabaff/regenmaschine-at
Browse files Browse the repository at this point in the history
python311Packages.regenmaschine: drop asynctest
  • Loading branch information
fabaff authored Feb 16, 2023
2 parents 668020d + ae48350 commit 04ffb31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/regenmaschine/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, fetchFromGitHub
, poetry-core
Expand All @@ -18,7 +17,7 @@ buildPythonPackage rec {
version = "2022.11.2";
format = "pyproject";

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "bachya";
Expand All @@ -38,7 +37,6 @@ buildPythonPackage rec {

nativeCheckInputs = [
aresponses
asynctest
pytest-aiohttp
pytest-asyncio
pytest-mock
Expand Down

0 comments on commit 04ffb31

Please sign in to comment.