pythonPackages: fix native / check inputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
15396247ca
commit
5a3670b83c
@@ -4,7 +4,7 @@ buildPythonPackage rec {
|
||||
pname = "distro";
|
||||
version = "1.3.0";
|
||||
|
||||
buildInputs = [ pytest pytestcov tox];
|
||||
checkInputs = [ pytest pytestcov tox];
|
||||
|
||||
checkPhase = ''
|
||||
touch tox.ini
|
||||
|
||||
Reference in New Issue
Block a user