Show More
@@ -561,19 +561,6 b'' | |||
|
561 | 561 | license = [ pkgs.lib.licenses.mit ]; |
|
562 | 562 | }; |
|
563 | 563 | }; |
|
564 | pytest-catchlog = super.buildPythonPackage { | |
|
565 | name = "pytest-catchlog-1.2.2"; | |
|
566 | buildInputs = with self; []; | |
|
567 | doCheck = false; | |
|
568 | propagatedBuildInputs = with self; [py pytest]; | |
|
569 | src = fetchurl { | |
|
570 | url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip"; | |
|
571 | sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0"; | |
|
572 | }; | |
|
573 | meta = { | |
|
574 | license = [ pkgs.lib.licenses.mit ]; | |
|
575 | }; | |
|
576 | }; | |
|
577 | 564 | pytest-cov = super.buildPythonPackage { |
|
578 | 565 | name = "pytest-cov-2.5.1"; |
|
579 | 566 | buildInputs = with self; []; |
@@ -654,9 +641,9 b'' | |||
|
654 | 641 | }; |
|
655 | 642 | rhodecode-vcsserver = super.buildPythonPackage { |
|
656 | 643 | name = "rhodecode-vcsserver-4.13.0"; |
|
657 |
buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner |
|
|
644 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj]; | |
|
658 | 645 | doCheck = true; |
|
659 |
propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner |
|
|
646 | propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage]; | |
|
660 | 647 | src = ./.; |
|
661 | 648 | meta = { |
|
662 | 649 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now