mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- Update to 1.2.2 - Pin html5lib version in RUN_DEPENDS - Make regression-test target use test command - Patch setup.py: Add test_suite integration (and report upstream) Changes: - Pin html5lib to version 0.95 for now due to major API break.
10 lines
339 B
Python
10 lines
339 B
Python
--- ./setup.py.orig 2013-06-10 11:19:04.719234114 +1000
|
|
+++ ./setup.py 2013-06-10 11:19:34.305595246 +1000
|
|
@@ -23,5 +23,6 @@
|
|
'Operating System :: OS Independent',
|
|
'Programming Language :: Python',
|
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
- ]
|
|
+ ],
|
|
+ test_suite='nose.collector'
|
|
)
|