Show More
@@ -2,6 +2,32 b'' | |||
|
2 | 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 | 31 | backports.shutil-get-terminal-size = super.buildPythonPackage { |
|
6 | 32 | name = "backports.shutil-get-terminal-size-1.0.0"; |
|
7 | 33 | buildInputs = with self; []; |
@@ -327,6 +353,19 b'' | |||
|
327 | 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 | 369 | msgpack-python = super.buildPythonPackage { |
|
331 | 370 | name = "msgpack-python-0.4.8"; |
|
332 | 371 | buildInputs = with self; []; |
@@ -418,6 +457,19 b'' | |||
|
418 | 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 | 473 | prompt-toolkit = super.buildPythonPackage { |
|
422 | 474 | name = "prompt-toolkit-1.0.15"; |
|
423 | 475 | buildInputs = with self; []; |
@@ -445,13 +497,13 b'' | |||
|
445 | 497 | }; |
|
446 | 498 | }; |
|
447 | 499 | py = super.buildPythonPackage { |
|
448 |
name = "py-1.5. |
|
|
500 | name = "py-1.5.3"; | |
|
449 | 501 | buildInputs = with self; []; |
|
450 | 502 | doCheck = false; |
|
451 | 503 | propagatedBuildInputs = with self; []; |
|
452 | 504 | src = fetchurl { |
|
453 |
url = "https://files.pythonhosted.org/packages/9 |
|
|
454 | sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d"; | |
|
505 | url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz"; | |
|
506 | sha256 = "29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881"; | |
|
455 | 507 | }; |
|
456 | 508 | meta = { |
|
457 | 509 | license = [ pkgs.lib.licenses.mit ]; |
@@ -497,13 +549,13 b'' | |||
|
497 | 549 | }; |
|
498 | 550 | }; |
|
499 | 551 | pytest = super.buildPythonPackage { |
|
500 |
name = "pytest-3. |
|
|
552 | name = "pytest-3.6.0"; | |
|
501 | 553 | buildInputs = with self; []; |
|
502 | 554 | doCheck = false; |
|
503 | propagatedBuildInputs = with self; [py setuptools]; | |
|
555 | propagatedBuildInputs = with self; [py six setuptools attrs more-itertools atomicwrites pluggy funcsigs]; | |
|
504 | 556 | src = fetchurl { |
|
505 |
url = "https://files.pythonhosted.org/packages/ |
|
|
506 | sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81"; | |
|
557 | url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz"; | |
|
558 | sha256 = "39555d023af3200d004d09e51b4dd9fdd828baa863cded3fd6ba2f29f757ae2d"; | |
|
507 | 559 | }; |
|
508 | 560 | meta = { |
|
509 | 561 | license = [ pkgs.lib.licenses.mit ]; |
@@ -536,13 +588,13 b'' | |||
|
536 | 588 | }; |
|
537 | 589 | }; |
|
538 | 590 | pytest-profiling = super.buildPythonPackage { |
|
539 |
name = "pytest-profiling-1. |
|
|
591 | name = "pytest-profiling-1.3.0"; | |
|
540 | 592 | buildInputs = with self; []; |
|
541 | 593 | doCheck = false; |
|
542 | 594 | propagatedBuildInputs = with self; [six pytest gprof2dot]; |
|
543 | 595 | src = fetchurl { |
|
544 |
url = "https://files.pythonhosted.org/packages/ |
|
|
545 | sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4"; | |
|
596 | url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz"; | |
|
597 | sha256 = "6b86a2e547bf1a70610da6568d91ed3e785d15a12151abebdd5e885fba532523"; | |
|
546 | 598 | }; |
|
547 | 599 | meta = { |
|
548 | 600 | license = [ pkgs.lib.licenses.mit ]; |
@@ -562,13 +614,13 b'' | |||
|
562 | 614 | }; |
|
563 | 615 | }; |
|
564 | 616 | pytest-sugar = super.buildPythonPackage { |
|
565 |
name = "pytest-sugar-0.9. |
|
|
617 | name = "pytest-sugar-0.9.1"; | |
|
566 | 618 | buildInputs = with self; []; |
|
567 | 619 | doCheck = false; |
|
568 | 620 | propagatedBuildInputs = with self; [pytest termcolor]; |
|
569 | 621 | src = fetchurl { |
|
570 |
url = "https://files.pythonhosted.org/packages/ |
|
|
571 | sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686"; | |
|
622 | url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz"; | |
|
623 | sha256 = "ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c"; | |
|
572 | 624 | }; |
|
573 | 625 | meta = { |
|
574 | 626 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -1,11 +1,11 b'' | |||
|
1 | 1 | # test related requirements |
|
2 |
pytest==3. |
|
|
3 |
py==1.5. |
|
|
2 | pytest==3.6.0 | |
|
3 | py==1.5.3 | |
|
4 | 4 | pytest-cov==2.5.1 |
|
5 |
pytest-sugar==0.9. |
|
|
5 | pytest-sugar==0.9.1 | |
|
6 | 6 | pytest-runner==3.0.0 |
|
7 | 7 | pytest-catchlog==1.2.2 |
|
8 |
pytest-profiling==1. |
|
|
8 | pytest-profiling==1.3.0 | |
|
9 | 9 | gprof2dot==2017.9.19 |
|
10 | 10 | pytest-timeout==1.2.0 |
|
11 | 11 |
General Comments 0
You need to be logged in to leave comments.
Login now