mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
pythonPackages.zetup: 0.2.48 -> 0.2.52
This commit is contained in:
parent
2b78d54c82
commit
f8aa6f1235
@ -1,14 +1,14 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, setuptools_scm, pathpy, nbconvert
|
||||
, pytest_3 }:
|
||||
, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zetup";
|
||||
version = "0.2.48";
|
||||
version = "0.2.52";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "41af61e8e103656ee633f89ff67d6a94848b9b9a836d351bb813b87a139a7c46";
|
||||
sha256 = "9ce97276acf0425499251c5eb700f6a3820adc52859df1e03c6d0f0b88a452cd";
|
||||
};
|
||||
|
||||
# Python 3.7 compatibility
|
||||
@ -19,10 +19,10 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
py.test test -k "not TestObject"
|
||||
py.test test -k "not TestObject" --deselect=test/test_zetup_config.py::test_classifiers
|
||||
'';
|
||||
|
||||
checkInputs = [ pytest_3 pathpy nbconvert ];
|
||||
checkInputs = [ pytest pathpy nbconvert ];
|
||||
propagatedBuildInputs = [ setuptools_scm ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user