Now Passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, fetchPypi, buildPythonApplication
|
||||
, scipy, cytoolz, pysam
|
||||
, pytest, pytestrunner }:
|
||||
, pytest, pytest-runner }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "0.7.1";
|
||||
@@ -16,7 +16,7 @@ buildPythonApplication rec {
|
||||
--replace o"pytest==4.6.4" "pytest"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
nativeBuildInputs = [ pytest-runner ];
|
||||
propagatedBuildInputs = [ scipy cytoolz pysam ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user