ports/www/py-gunicorn/files/patch-requirements_dev.txt
Ruslan Makhmatkhanov b2c05cf165 - update to 0.16.1
- Use GITHUB mastersite instead of CHEESESHOP
- remove USE_PYTHON version limit (Python3 Ready)
- tweak TESTS_DESC
- allow OPTIONSFILE to be overridden
- re-order TEST_DEPENDS and replace py-nose with py-test in it
- add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected
- patch out pytest-cov from requirements_dev.txt
- update regression-test target bits
- fix plist for python >= 3.2, while here

PR:		173901
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
2012-12-01 21:22:44 +00:00

5 lines
165 B
Text

--- ./requirements_dev.txt.orig 2012-11-20 18:50:15.000000000 +1100
+++ ./requirements_dev.txt 2012-11-20 18:50:21.000000000 +1100
@@ -1,2 +1 @@
pytest
-pytest-cov