diff options
Diffstat (limited to 'devel/py-stestr/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-stestr/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-stestr/files/patch-pyproject.toml b/devel/py-stestr/files/patch-pyproject.toml new file mode 100644 index 000000000000..86b323610e47 --- /dev/null +++ b/devel/py-stestr/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-04-21 18:53:56 UTC ++++ pyproject.toml +@@ -28,7 +28,7 @@ dependencies = [ + requires-python = ">=3.8" + dependencies = [ + "cliff>=2.8.0", +- "python-subunit>=1.4.0", ++ "python-subunit>=1.3.0", + "fixtures>=3.0.0", + "testtools>=2.2.0", + "PyYAML>=3.10.0", |