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/04 19:44:37 UTC

[allura] branch pytest updated (0510578e2 -> 655079433)

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

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


    omit 0510578e2 [#8445] remove datadiff
    omit fe2b5be22 [#8445] pytest - remove alluratest.tools, dtadiff, nose asserts
    omit 8ff97294d [#8455] make setup 'method' param optional
    omit 1d898d2c1 [#8455] remove @with_setup
    omit 16afb9d45 [#8455] converted yield test to pytest.mark.parametrize
    omit f7d42639f [#8455] added pytest.ini
    omit 3a75eaa68 [#8455] converted the remaining modules fully to pytest
    omit db565c4ef [#8455] ran nose2pytest on Forge* and AlluraTest modules
    omit 69c65b685 [#8455] allura pytest - fix misc test failures that popped up during pytest conversion
    omit 2b00eee0d all trivial failures resolved for ./Allura, only legit failures remain
    omit 252e44e8c All tests in ./Allura collecting, and test_auth completely passing
    omit 384e29a84 first substantial test file mostly passing under pytest
    omit eda3cb69d 8455 nose2pytest for ./Allura
     add 048a180e2 added noindex meta tag to new tickets page
     add 99143a3ba [#8474] pinned importlib-metadata < 5.0
     add ebde51da1 [#8474] Upgrade emoji 1.7.0 -> 2.1.0
     add 5422cc7b7 [#8474] Upgrade GitPython 3.1.27 -> 3.1.29, and its deps: gitdb,smmap,typing-extensions
     add 104bf6ef2 [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp
     add 7c3bac9cb [#8474] Upgrade markdown-checklist 0.4.3 -> 0.4.4, and its deps: markdown,importlib-metadata,typing-extensions,zipp
     add 816616bfe [#8474] Upgrade oauthlib 3.2.1 -> 3.2.2
     add 88376c172 [#8474] Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools
     add 3a5074912 [#8474] Upgrade Pygments 2.12.0 -> 2.13.0
     add 925d8e6be [#8474] Upgrade Pypeline 0.6.0 -> 0.6.1, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
     add abccb15fa [#8474] Upgrade setproctitle 1.2.3 -> 1.3.2
     add bbadd71d3 [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0
     add f8df93bc8 [#8474] pinned Markdown to 3.3.7 and PasteDeploy < 3
     add 164a675ff [#8474] Upgrade Pillow 9.2.0 -> 9.3.0
     add 37adfc65c [#8474] Upgrade emoji 2.1.0 -> 2.2.0
     add 89cf413b0 [#8474] Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo
     add a042844ac [#8474] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring
     add b6c5a63c9 [#8474] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
     add 18e076f79 [#8474] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz
     add dd9fd07c8 [#8474] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
     add c8d543f3c [#8474] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
     add ffdebecce [#8474] Upgrade testfixtures 7.0.0 -> 7.0.2
     add 0e24a91b3 [#8474] upgrade cryptography 37.0.4 -> 38.0.3
     add 18aa4b888 [#8474] upgrade docutils 0.18.1 -> 0.19
     add 0f69a432f [#8474] upgrade pyflakes 2.4.0 -> 2.5.0
     add 43cc8fc91 8455 nose2pytest for ./Allura
     add e474c3a6f first substantial test file mostly passing under pytest
     add ef63556b2 All tests in ./Allura collecting, and test_auth completely passing
     add e531c5465 all trivial failures resolved for ./Allura, only legit failures remain
     add c5b17848b [#8455] allura pytest - fix misc test failures that popped up during pytest conversion
     add a9693b565 [#8455] ran nose2pytest on Forge* and AlluraTest modules
     add acbc8eaf0 [#8455] converted the remaining modules fully to pytest
     add 829ab1962 [#8455] added pytest.ini
     add 2151e93df [#8455] converted yield test to pytest.mark.parametrize
     add ad6acb8ce [#8455] remove @with_setup
     add 8b1713cd0 [#8455] make setup 'method' param optional
     add 6e0ff5f4d [#8445] pytest - remove alluratest.tools, dtadiff, nose asserts
     add 655079433 [#8445] remove datadiff

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0510578e2)
            \
             N -- N -- N   refs/heads/pytest (655079433)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Allura/allura/lib/helpers.py                       |  2 +-
 Allura/allura/lib/markdown_extensions.py           |  2 +-
 Allura/allura/lib/utils.py                         |  2 +-
 .../tests/scripts/test_create_sitemap_files.py     |  2 +-
 .../forgetracker/templates/tracker/new_ticket.html |  4 ++
 requirements.in                                    |  6 +--
 requirements.txt                                   | 51 +++++++++++-----------
 7 files changed, 37 insertions(+), 32 deletions(-)