This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a change to branch pytest-finalize
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 23fa8339f fixup! [#8455] misc fixes to tests from pytest conversion
discard 92fe31557 [#8455] misc fixes to tests from pytest conversion
discard 169ddb77d [#8455] remove 'test_suite' and 'tests_require' from
setup.py as they are deprecated
discard be65c00db [#8455] update docker test run to use pytest
discard 954da7fdc [#8455] updated test docs, removed various old references to
nose and replaced with pytest
discard 2786c7fc5 [#8455] remove @with_nose_compatability
discard d5d42dcc7 [#8455] update test runner to use pytest and pytest-xdist
for parallelization
discard 7d88365ee [#8455] remove unused tox.ini
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
new 43cc8fc91 8455 nose2pytest for ./Allura
new e474c3a6f first substantial test file mostly passing under pytest
new ef63556b2 All tests in ./Allura collecting, and test_auth completely
passing
new e531c5465 all trivial failures resolved for ./Allura, only legit
failures remain
new c5b17848b [#8455] allura pytest - fix misc test failures that popped
up during pytest conversion
new a9693b565 [#8455] ran nose2pytest on Forge* and AlluraTest modules
new acbc8eaf0 [#8455] converted the remaining modules fully to pytest
new 829ab1962 [#8455] added pytest.ini
new 2151e93df [#8455] converted yield test to pytest.mark.parametrize
new ad6acb8ce [#8455] remove @with_setup
new 8b1713cd0 [#8455] make setup 'method' param optional
new 6e0ff5f4d [#8445] pytest - remove alluratest.tools, dtadiff, nose
asserts
new 655079433 [#8445] remove datadiff
new 2ebd49ad5 [#8455] remove unused tox.ini
new d1f7db655 [#8455] update test runner to use pytest and pytest-xdist
for parallelization
new af18fb315 [#8455] remove @with_nose_compatability
new b29a10498 [#8455] updated test docs, removed various old references to
nose and replaced with pytest
new 2a3bcb48e [#8455] update docker test run to use pytest
new d0f75c3d8 [#8455] remove 'test_suite' and 'tests_require' from
setup.py as they are deprecated
new bdd7df7a5 [#8455] misc fixes to tests from pytest conversion
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 (23fa8339f)
\
N -- N -- N refs/heads/pytest-finalize (bdd7df7a5)
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.
The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)