ports/devel/py-stestr/files/patch-requirements.txt
Po-Chuan Hsieh 287df32c2f
devel/py-stestr: Add py-stestr 4.1.0
stestr is parallel Python test runner designed to execute unittest test suites
using multiple processes to split up execution of a test suite. It also will
store a history of all test runs to help in debugging failures and optimizing
the scheduler to improve speed. To accomplish this goal it uses the subunit
protocol to facilitate streaming and storing results from multiple workers.

stestr originally started as a fork of the testrepository project. But, instead
of being an interface for any test runner that used subunit, like
testrepository, stestr concentrated on being a dedicated test runner for python
projects. While stestr was originally forked from testrepository it is not
backwards compatible with testrepository. At a high level the basic concepts of
operation are shared between the two projects but the actual usage is not
exactly the same.
2024-04-09 04:16:40 +08:00

11 lines
419 B
Text

--- requirements.txt.orig 2023-09-18 12:36:07 UTC
+++ requirements.txt
@@ -3,7 +3,7 @@ cliff>=2.8.0 # Apache-2.0
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0,!=4.0.0,!=4.0.1,!=4.0.2,!=4.0.3 # Apache-2.0
cliff>=2.8.0 # Apache-2.0
-python-subunit>=1.4.0 # Apache-2.0/BSD
+python-subunit>=1.3.0 # Apache-2.0/BSD
fixtures>=3.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
PyYAML>=3.10.0 # MIT