mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.pytestrunner: failed attempt at enabling tests
This commit is contained in:
parent
37afcbf0f5
commit
503f808870
@ -11,6 +11,17 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ setuptools_scm pytest ];
|
||||
|
||||
postPatch = ''
|
||||
rm pytest.ini
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
py.test tests
|
||||
'';
|
||||
|
||||
# Fixture not found
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Invoke py.test as distutils command with dependency resolution";
|
||||
homepage = https://bitbucket.org/pytest-dev/pytest-runner;
|
||||
|
Loading…
Reference in New Issue
Block a user