···
sha256 = "1ybywzkd840v1qvb1p2bs08js260vq1jscjg8182hv7bmwacqy0k";
899
-
buildInputs = with self; [ pytest_30 case ];
899
+
buildInputs = with self; [ pytest case ];
propagatedBuildInputs = with self; [ vine ];
···
sha256 = "1anw68rkja1dbgvndxz5mq6f89hmxwaha0fjcdnsl5j1wj7imc1y";
2673
-
buildInputs = with self; [ pytest_30 case ];
2673
+
buildInputs = with self; [ pytest case ];
homepage = https://github.com/celery/billiard;
···
sha256 = "0kgmbs3fl9879n48p4m79nxy9by2yhvxq1jdvlnqzzvkdb2sdmg3";
3589
-
buildInputs = with self; [ pytest_30 case ];
3589
+
buildInputs = with self; [ pytest case ];
propagatedBuildInputs = with self; [ kombu billiard pytz anyjson amqp eventlet ];
···
sha256 = "400b0bb63d9096b6bf2806efaf742a1cc8b6c88e0484f0afe7d7a7f0e9870609";
3835
-
checkInputs = with self; [ pytest ];
3835
+
checkInputs = with self; [ pytest_29 ];
propagatedBuildInputs = with self; [ click ] ++ optional (!isPy3k) futures;
···
sha256 = "0aw1zxmyvx6gfmmnixbqmdaah28jl7rmqkzhxv53091asc23iw9k";
4695
-
buildInputs = with self; [ pytest ];
4695
+
buildInputs = with self; [ pytest_29 ];
propagatedBuildInputs = with self; [ future numpy ];
···
4967
-
pytest = self.pytest_29;
4967
+
pytest = self.pytest_30;
pytest_27 = callPackage ../development/python-modules/pytest/2_7.nix {};
···
pytest_29 = callPackage ../development/python-modules/pytest/2_9.nix {};
4975
-
pytest_30 = callPackage ../development/python-modules/pytest {};
4975
+
pytest_30 = callPackage ../development/python-modules/pytest{
4976
+
hypothesis = self.hypothesis.override {
4977
+
# hypothesis requires pytest that causes dependency cycle
pytestcache = buildPythonPackage rec {
name = "pytest-cache-1.0";
···
5001
-
pytestdjango = callPackage ../development/python-modules/pytestdjango.nix {
5002
-
pytest = self.pytest_30;
5007
+
pytestdjango = callPackage ../development/python-modules/pytestdjango.nix { };
pytest-fixture-config = buildPythonPackage rec {
name = "${pname}-${version}";
···
sha256 = "117savw47c2givq9vxr5m02nyxmsk34l2ihxyy5axlaiqyxyf20s";
5592
-
buildInputs = with self; [ pytest ];
5596
+
buildInputs = with self; [ pytest_29 ];
sed -i 's/==.*$//' requirements/test.txt
···
10347
-
django_guardian = callPackage ../development/python-modules/django_guardian.nix {
10348
-
pytest = self.pytest_30;
10351
+
django_guardian = callPackage ../development/python-modules/django_guardian.nix { };
django_tagging = buildPythonPackage rec {
name = "django-tagging-0.4.5";
···
propagatedBuildInputs = with self; [ requests2 ];
12589
-
hypothesis = buildPythonPackage rec {
12590
-
# http://hypothesis.readthedocs.org/en/latest/packaging.html
12592
-
# Hypothesis has optional dependencies on the following libraries
12593
-
# pytz fake_factory django numpy pytest
12594
-
# If you need these, you can just add them to your environment.
12596
-
name = "hypothesis-${version}";
12597
-
version = "3.5.2";
12599
-
# Upstream prefers github tarballs
12600
-
src = pkgs.fetchFromGitHub {
12601
-
owner = "HypothesisWorks";
12602
-
repo = "hypothesis";
12603
-
rev = "${version}";
12604
-
sha256 = "030rf4gn4b0hylr90wazilwa3bc038fcqng0wibcx67mqaq035n4";
12607
-
buildInputs = with self; [ flake8 pytest flaky ];
12608
-
propagatedBuildInputs = with self; ([ uncompyle6 ] ++ optionals isPy27 [ enum34 ]);
12610
-
# Fails randomly in tests/cover/test_conjecture_engine.py::test_interleaving_engines.
12613
-
# https://github.com/DRMacIver/hypothesis/issues/300
12615
-
${python.interpreter} -m pytest tests/cover
12619
-
description = "A Python library for property based testing";
12620
-
homepage = https://github.com/DRMacIver/hypothesis;
12621
-
license = licenses.mpl20;
12591
+
hypothesis = callPackage ../development/python-modules/hypothesis.nix { };
colored = buildPythonPackage rec {
name = "colored-${version}";
···
sha256 = "18hiricdnbnlz6hx3hbaa4dni6npv8rbid4dhf7k02k16qm6zz6h";
13560
-
buildInputs = with self; [ pytest_30 case pytz ];
13528
+
buildInputs = with self; [ pytest case pytz ];
propagatedBuildInputs = with self; [ amqp ];
···
sha256 = "0v8aq0xzsa7clazszxl42904c3jpq69lg8a5hg754bqcqf72hfrn";
18463
-
buildInputs = with self; [ pkgs.glibcLocales pytest ];
18431
+
buildInputs = with self; [ pkgs.glibcLocales pytest_29 ];
···
url = "mirror://pypi/s/${pname}/${name}.tar.gz";
sha256 = "14220f8f761c48ba1e2526f087195077cf54fad7098b382ce220422f0ff59b12";
23427
-
buildInputs = with self; [ pytest virtualenv pytestrunner pytest-virtualenv ];
23395
+
buildInputs = with self; [ pytest_29 virtualenv pytestrunner pytest-virtualenv ];
propagatedBuildInputs = with self; [ twisted pathlib2 ];
sed -i '12,$d' tests/test_main.py
···
url = "mirror://pypi/a/${pname}/${name}.tar.gz";
sha256 = "1158ml8h3g0vlsgw2jmy579glbg7dn0mjij8xibdl509b8qv9p51";
31653
-
buildInputs = with self; [ unittest2 mock pytest trollius ];
31621
+
buildInputs = with self; [ unittest2 mock pytest_29 trollius ];
propagatedBuildInputs = with self; [ six twisted txaio ];
···
sha256 = "0h94x9mc9bspg23lb1f73h7smdzc39ps7z7sm0q38ds9jahmvfc7";
31887
-
buildInputs = with self; [ case pytest_30 ];
31855
+
buildInputs = with self; [ case pytest ];
homepage = https://github.com/celery/vine;