Skip to content

Commit

Permalink
Merge pull request #216198 from fabaff/pyairvisual-at
Browse files Browse the repository at this point in the history
python311Packages.pyairvisual: drop asynctest
  • Loading branch information
fabaff authored Feb 27, 2023
2 parents b0c4b7f + fab5be1 commit 31915a6
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 31915a6

Please sign in to comment.