mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
python3Packages.logical-unification: Pass py into checkInputs
This commit is contained in:
parent
ca3f9b7326
commit
a974783a79
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, toolz
|
||||
, multipledispatch
|
||||
, py
|
||||
, pytestCheckHook
|
||||
, pytest-html
|
||||
, pytest-benchmark
|
||||
@ -25,6 +26,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
py
|
||||
pytestCheckHook
|
||||
pytest-html
|
||||
pytest-benchmark # Needed for the `--benchmark-skip` flag
|
||||
|
Loading…
Reference in New Issue
Block a user