##// END OF EJS Templates
dependencies: bumped test dependencies:...
marcink -
r325:3c87307b default
parent child Browse files
Show More
@@ -484,13 +484,13 b''
484 };
484 };
485 };
485 };
486 py = super.buildPythonPackage {
486 py = super.buildPythonPackage {
487 name = "py-1.4.34";
487 name = "py-1.5.2";
488 buildInputs = with self; [];
488 buildInputs = with self; [];
489 doCheck = false;
489 doCheck = false;
490 propagatedBuildInputs = with self; [];
490 propagatedBuildInputs = with self; [];
491 src = fetchurl {
491 src = fetchurl {
492 url = "https://pypi.python.org/packages/68/35/58572278f1c097b403879c1e9369069633d1cbad5239b9057944bb764782/py-1.4.34.tar.gz";
492 url = "https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
493 md5 = "d9c3d8f734b0819ff48e355d77bf1730";
493 md5 = "279ca69c632069e1b71e11b14641ca28";
494 };
494 };
495 meta = {
495 meta = {
496 license = [ pkgs.lib.licenses.mit ];
496 license = [ pkgs.lib.licenses.mit ];
@@ -549,13 +549,13 b''
549 };
549 };
550 };
550 };
551 pytest = super.buildPythonPackage {
551 pytest = super.buildPythonPackage {
552 name = "pytest-3.2.3";
552 name = "pytest-3.2.5";
553 buildInputs = with self; [];
553 buildInputs = with self; [];
554 doCheck = false;
554 doCheck = false;
555 propagatedBuildInputs = with self; [py setuptools];
555 propagatedBuildInputs = with self; [py setuptools];
556 src = fetchurl {
556 src = fetchurl {
557 url = "https://pypi.python.org/packages/53/d0/208853c09be8377e6d4de7c0df875ef7ef37189373d76a74b65b44e50528/pytest-3.2.3.tar.gz";
557 url = "https://pypi.python.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
558 md5 = "698f8929e095a1c37876b5567943be79";
558 md5 = "6dbe9bb093883f75394a689a1426ac6f";
559 };
559 };
560 meta = {
560 meta = {
561 license = [ pkgs.lib.licenses.mit ];
561 license = [ pkgs.lib.licenses.mit ];
@@ -601,13 +601,13 b''
601 };
601 };
602 };
602 };
603 pytest-runner = super.buildPythonPackage {
603 pytest-runner = super.buildPythonPackage {
604 name = "pytest-runner-2.11.1";
604 name = "pytest-runner-3.0";
605 buildInputs = with self; [];
605 buildInputs = with self; [];
606 doCheck = false;
606 doCheck = false;
607 propagatedBuildInputs = with self; [];
607 propagatedBuildInputs = with self; [];
608 src = fetchurl {
608 src = fetchurl {
609 url = "https://pypi.python.org/packages/9e/4d/08889e5e27a9f5d6096b9ad257f4dea1faabb03c5ded8f665ead448f5d8a/pytest-runner-2.11.1.tar.gz";
609 url = "https://pypi.python.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
610 md5 = "bdb73eb18eca2727944a2dcf963c5a81";
610 md5 = "8f8363a52bbabc4cedd5e239beb2ba11";
611 };
611 };
612 meta = {
612 meta = {
613 license = [ pkgs.lib.licenses.mit ];
613 license = [ pkgs.lib.licenses.mit ];
@@ -1,9 +1,9 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.2.3
2 pytest==3.2.5
3 py==1.4.34
3 py==1.5.2
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.9.0
5 pytest-sugar==0.9.0
6 pytest-runner==2.11.1
6 pytest-runner==3.0.0
7 pytest-catchlog==1.2.2
7 pytest-catchlog==1.2.2
8 pytest-profiling==1.2.11
8 pytest-profiling==1.2.11
9 gprof2dot==2017.9.19
9 gprof2dot==2017.9.19
General Comments 0
You need to be logged in to leave comments. Login now