##// END OF EJS Templates
dependencies: bumped test dependencies...
marcink -
r449:df5d16d4 default
parent child Browse files
Show More
@@ -2,6 +2,32 b''
2 # See https://github.com/johbo/pip2nix
2 # See https://github.com/johbo/pip2nix
3
3
4 {
4 {
5 atomicwrites = super.buildPythonPackage {
6 name = "atomicwrites-1.1.5";
7 buildInputs = with self; [];
8 doCheck = false;
9 propagatedBuildInputs = with self; [];
10 src = fetchurl {
11 url = "https://files.pythonhosted.org/packages/a1/e1/2d9bc76838e6e6667fde5814aa25d7feb93d6fa471bf6816daac2596e8b2/atomicwrites-1.1.5.tar.gz";
12 sha256 = "240831ea22da9ab882b551b31d4225591e5e447a68c5e188db5b89ca1d487585";
13 };
14 meta = {
15 license = [ pkgs.lib.licenses.mit ];
16 };
17 };
18 attrs = super.buildPythonPackage {
19 name = "attrs-18.1.0";
20 buildInputs = with self; [];
21 doCheck = false;
22 propagatedBuildInputs = with self; [];
23 src = fetchurl {
24 url = "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz";
25 sha256 = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b";
26 };
27 meta = {
28 license = [ pkgs.lib.licenses.mit ];
29 };
30 };
5 backports.shutil-get-terminal-size = super.buildPythonPackage {
31 backports.shutil-get-terminal-size = super.buildPythonPackage {
6 name = "backports.shutil-get-terminal-size-1.0.0";
32 name = "backports.shutil-get-terminal-size-1.0.0";
7 buildInputs = with self; [];
33 buildInputs = with self; [];
@@ -327,6 +353,19 b''
327 license = [ pkgs.lib.licenses.bsdOriginal ];
353 license = [ pkgs.lib.licenses.bsdOriginal ];
328 };
354 };
329 };
355 };
356 more-itertools = super.buildPythonPackage {
357 name = "more-itertools-4.2.0";
358 buildInputs = with self; [];
359 doCheck = false;
360 propagatedBuildInputs = with self; [six];
361 src = fetchurl {
362 url = "https://files.pythonhosted.org/packages/c0/2f/6773347277d76c5ade4414a6c3f785ef27e7f5c4b0870ec7e888e66a8d83/more-itertools-4.2.0.tar.gz";
363 sha256 = "2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8";
364 };
365 meta = {
366 license = [ pkgs.lib.licenses.mit ];
367 };
368 };
330 msgpack-python = super.buildPythonPackage {
369 msgpack-python = super.buildPythonPackage {
331 name = "msgpack-python-0.4.8";
370 name = "msgpack-python-0.4.8";
332 buildInputs = with self; [];
371 buildInputs = with self; [];
@@ -418,6 +457,19 b''
418 license = [ pkgs.lib.licenses.mit ];
457 license = [ pkgs.lib.licenses.mit ];
419 };
458 };
420 };
459 };
460 pluggy = super.buildPythonPackage {
461 name = "pluggy-0.6.0";
462 buildInputs = with self; [];
463 doCheck = false;
464 propagatedBuildInputs = with self; [];
465 src = fetchurl {
466 url = "https://files.pythonhosted.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz";
467 sha256 = "7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff";
468 };
469 meta = {
470 license = [ pkgs.lib.licenses.mit ];
471 };
472 };
421 prompt-toolkit = super.buildPythonPackage {
473 prompt-toolkit = super.buildPythonPackage {
422 name = "prompt-toolkit-1.0.15";
474 name = "prompt-toolkit-1.0.15";
423 buildInputs = with self; [];
475 buildInputs = with self; [];
@@ -445,13 +497,13 b''
445 };
497 };
446 };
498 };
447 py = super.buildPythonPackage {
499 py = super.buildPythonPackage {
448 name = "py-1.5.2";
500 name = "py-1.5.3";
449 buildInputs = with self; [];
501 buildInputs = with self; [];
450 doCheck = false;
502 doCheck = false;
451 propagatedBuildInputs = with self; [];
503 propagatedBuildInputs = with self; [];
452 src = fetchurl {
504 src = fetchurl {
453 url = "https://files.pythonhosted.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
505 url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz";
454 sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d";
506 sha256 = "29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881";
455 };
507 };
456 meta = {
508 meta = {
457 license = [ pkgs.lib.licenses.mit ];
509 license = [ pkgs.lib.licenses.mit ];
@@ -497,13 +549,13 b''
497 };
549 };
498 };
550 };
499 pytest = super.buildPythonPackage {
551 pytest = super.buildPythonPackage {
500 name = "pytest-3.2.5";
552 name = "pytest-3.6.0";
501 buildInputs = with self; [];
553 buildInputs = with self; [];
502 doCheck = false;
554 doCheck = false;
503 propagatedBuildInputs = with self; [py setuptools];
555 propagatedBuildInputs = with self; [py six setuptools attrs more-itertools atomicwrites pluggy funcsigs];
504 src = fetchurl {
556 src = fetchurl {
505 url = "https://files.pythonhosted.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
557 url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz";
506 sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
558 sha256 = "39555d023af3200d004d09e51b4dd9fdd828baa863cded3fd6ba2f29f757ae2d";
507 };
559 };
508 meta = {
560 meta = {
509 license = [ pkgs.lib.licenses.mit ];
561 license = [ pkgs.lib.licenses.mit ];
@@ -536,13 +588,13 b''
536 };
588 };
537 };
589 };
538 pytest-profiling = super.buildPythonPackage {
590 pytest-profiling = super.buildPythonPackage {
539 name = "pytest-profiling-1.2.11";
591 name = "pytest-profiling-1.3.0";
540 buildInputs = with self; [];
592 buildInputs = with self; [];
541 doCheck = false;
593 doCheck = false;
542 propagatedBuildInputs = with self; [six pytest gprof2dot];
594 propagatedBuildInputs = with self; [six pytest gprof2dot];
543 src = fetchurl {
595 src = fetchurl {
544 url = "https://files.pythonhosted.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
596 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
545 sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4";
597 sha256 = "6b86a2e547bf1a70610da6568d91ed3e785d15a12151abebdd5e885fba532523";
546 };
598 };
547 meta = {
599 meta = {
548 license = [ pkgs.lib.licenses.mit ];
600 license = [ pkgs.lib.licenses.mit ];
@@ -562,13 +614,13 b''
562 };
614 };
563 };
615 };
564 pytest-sugar = super.buildPythonPackage {
616 pytest-sugar = super.buildPythonPackage {
565 name = "pytest-sugar-0.9.0";
617 name = "pytest-sugar-0.9.1";
566 buildInputs = with self; [];
618 buildInputs = with self; [];
567 doCheck = false;
619 doCheck = false;
568 propagatedBuildInputs = with self; [pytest termcolor];
620 propagatedBuildInputs = with self; [pytest termcolor];
569 src = fetchurl {
621 src = fetchurl {
570 url = "https://files.pythonhosted.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
622 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
571 sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686";
623 sha256 = "ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c";
572 };
624 };
573 meta = {
625 meta = {
574 license = [ pkgs.lib.licenses.bsdOriginal ];
626 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -1,11 +1,11 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.2.5
2 pytest==3.6.0
3 py==1.5.2
3 py==1.5.3
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.9.0
5 pytest-sugar==0.9.1
6 pytest-runner==3.0.0
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.3.0
9 gprof2dot==2017.9.19
9 gprof2dot==2017.9.19
10 pytest-timeout==1.2.0
10 pytest-timeout==1.2.0
11
11
General Comments 0
You need to be logged in to leave comments. Login now