##// END OF EJS Templates
dependencies: bumped pytest dependencies...
marcink -
r455:c76a76ac default
parent child Browse files
Show More
@@ -588,13 +588,13 b''
588 };
588 };
589 };
589 };
590 pytest-runner = super.buildPythonPackage {
590 pytest-runner = super.buildPythonPackage {
591 name = "pytest-runner-3.0";
591 name = "pytest-runner-4.2";
592 buildInputs = with self; [];
592 buildInputs = with self; [];
593 doCheck = false;
593 doCheck = false;
594 propagatedBuildInputs = with self; [];
594 propagatedBuildInputs = with self; [];
595 src = fetchurl {
595 src = fetchurl {
596 url = "https://files.pythonhosted.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
596 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
597 sha256 = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703";
597 sha256 = "d23f117be39919f00dd91bffeb4f15e031ec797501b717a245e377aee0f577be";
598 };
598 };
599 meta = {
599 meta = {
600 license = [ pkgs.lib.licenses.mit ];
600 license = [ pkgs.lib.licenses.mit ];
@@ -614,13 +614,13 b''
614 };
614 };
615 };
615 };
616 pytest-timeout = super.buildPythonPackage {
616 pytest-timeout = super.buildPythonPackage {
617 name = "pytest-timeout-1.2.0";
617 name = "pytest-timeout-1.2.1";
618 buildInputs = with self; [];
618 buildInputs = with self; [];
619 doCheck = false;
619 doCheck = false;
620 propagatedBuildInputs = with self; [pytest];
620 propagatedBuildInputs = with self; [pytest];
621 src = fetchurl {
621 src = fetchurl {
622 url = "https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
622 url = "https://files.pythonhosted.org/packages/be/e9/a9106b8bc87521c6813060f50f7d1fdc15665bc1bbbe71c0ffc1c571aaa2/pytest-timeout-1.2.1.tar.gz";
623 sha256 = "c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8";
623 sha256 = "68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd";
624 };
624 };
625 meta = {
625 meta = {
626 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
626 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
@@ -3,10 +3,10 b' pytest==3.6.0'
3 py==1.5.3
3 py==1.5.3
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.9.1
5 pytest-sugar==0.9.1
6 pytest-runner==3.0.0
6 pytest-runner==4.2.0
7 pytest-profiling==1.3.0
7 pytest-profiling==1.3.0
8 gprof2dot==2017.9.19
8 gprof2dot==2017.9.19
9 pytest-timeout==1.2.0
9 pytest-timeout==1.2.1
10
10
11 mock==1.0.1
11 mock==1.0.1
12 webtest==2.0.29
12 webtest==2.0.29
General Comments 0
You need to be logged in to leave comments. Login now