Skip to content

Commit

Permalink
fix pytest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osbm committed Jan 6, 2025
1 parent a9a3e12 commit c887d8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/development/python-modules/runstats/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pytest-cov-stub,
pytest-xdist
}:

buildPythonPackage rec {
Expand All @@ -23,7 +25,11 @@ buildPythonPackage rec {
cython
];

nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-cov-stub
pytest-xdist
pytestCheckHook
];

pythonImportsCheck = [ "runstats" ];

Expand Down

0 comments on commit c887d8f

Please sign in to comment.