python3Packages.dm-env: Fix tests

This commit is contained in:
Martin Weinelt 2023-01-20 01:01:29 +01:00
parent 0bf42f0b9b
commit 938b7ae184
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,15 +4,17 @@
, dm-tree
, numpy
, absl-py
, nose }:
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "dm-env";
version = "1.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-pDbrHGVMOeDJhqUWzuIYvqcUC1EPzv9j+X60/P89k94=";
hash = "sha256-pDbrHGVMOeDJhqUWzuIYvqcUC1EPzv9j+X60/P89k94=";
};
buildInputs = [
@ -22,7 +24,7 @@ buildPythonPackage rec {
];
checkInputs = [
nose
pytestCheckHook
];
pythonImportsCheck = [