You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/11/07 20:37:00 UTC

[allura] 01/03: [#8455] change pytest from dev dep to full dep, add pytest-sugar dep

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch pytest-finalize
in repository https://gitbox.apache.org/repos/asf/allura.git

commit b346a06ffc044b43c5cc6d4814adc92c2392ec23
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Mon Nov 7 20:35:44 2022 +0000

    [#8455] change pytest from dev dep to full dep, add pytest-sugar dep
---
 requirements-dev.txt | 2 --
 requirements.in      | 1 +
 requirements.txt     | 9 ++++++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 71ace7eda..ec1568631 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -7,7 +7,5 @@ sphinx-argparse
 sphinx-rtd-theme
 sphinxcontrib-programoutput
 coverage
-pytest
-pytest-xdist
 pycodestyle
 pyflakes
diff --git a/requirements.in b/requirements.in
index 2fbf36b84..50e6726e7 100644
--- a/requirements.in
+++ b/requirements.in
@@ -56,6 +56,7 @@ testfixtures
 WebTest
 pytest
 pytest-xdist
+pytest-sugar
 
 # deployment
 gunicorn
diff --git a/requirements.txt b/requirements.txt
index 4d7392610..0d4820e57 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -102,7 +102,9 @@ oauthlib==3.2.2
     #   -r requirements.in
     #   requests-oauthlib
 packaging==21.3
-    # via pytest
+    # via
+    #   pytest
+    #   pytest-sugar
 paginate==0.5.6
     # via -r requirements.in
 paste==3.5.2
@@ -144,7 +146,10 @@ pysolr==3.9.0
 pytest==7.1.3
     # via
     #   -r requirements.in
+    #   pytest-sugar
     #   pytest-xdist
+pytest-sugar==0.9.5
+    # via -r requirements.in
 pytest-xdist==3.0.2
     # via -r requirements.in
 python-dateutil==2.8.2
@@ -198,6 +203,8 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2.post1
     # via beautifulsoup4
+termcolor==2.1.0
+    # via pytest-sugar
 testfixtures==7.0.2
     # via -r requirements.in
 textile==4.0.2