devpi-common: 3.1.0 -> 3.2.0
This commit is contained in:
parent
6ad7626a6a
commit
8002a3b760
|
@ -2,20 +2,18 @@
|
||||||
|
|
||||||
with pythonPackages;buildPythonPackage rec {
|
with pythonPackages;buildPythonPackage rec {
|
||||||
pname = "devpi-common";
|
pname = "devpi-common";
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d89634a57981ed43cb5dcd25e00c9454ea111189c5ddc08d945b3d5187ada5fd";
|
sha256 = "0rh119iw5hk41gsvbjr0wixvl1i4f0b1vcnw9ym35rmcp517z0wb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests py ];
|
propagatedBuildInputs = [ requests py ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Don't know why this test is failing!
|
|
||||||
substituteInPlace testing/test_request.py --replace "test_env" "noop_test_env"
|
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue