Skip to content

Commit

Permalink
python311Packages.pyairvisual: drop asynctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 27, 2023
1 parent fdbf633 commit fab5be1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/pyairvisual/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, fetchFromGitHub
, numpy
Expand All @@ -23,7 +22,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-xzTho4HsIU2YLURz9DfFfaRL3tsrtVi8n5IA2bRkyzw=";
};

Expand All @@ -39,10 +38,10 @@ buildPythonPackage rec {

nativeCheckInputs = [
aresponses
asynctest
pytest-aiohttp
pytest-asyncio
pytestCheckHook
pytestCheckHook
];

disabledTestPaths = [
Expand Down

0 comments on commit fab5be1

Please sign in to comment.