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

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit bbadd71d39b99bc8cb77ae8ddb661c15c9a6c197
Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com>
AuthorDate: Wed Oct 26 22:09:24 2022 +0000

    [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0
---
 Allura/allura/tests/scripts/test_create_sitemap_files.py | 2 +-
 requirements.txt                                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Allura/allura/tests/scripts/test_create_sitemap_files.py 
b/Allura/allura/tests/scripts/test_create_sitemap_files.py
index 31fa0bfd1..89cca8691 100644
--- a/Allura/allura/tests/scripts/test_create_sitemap_files.py
+++ b/Allura/allura/tests/scripts/test_create_sitemap_files.py
@@ -45,7 +45,7 @@ class TestCreateSitemapFiles:
             rmtree(tmpdir.path)  # needs to be non-existent for the script
             self.run_script(['-o', tmpdir.path])
 
-            tmpdir.check('sitemap-0.xml', 'sitemap.xml')
+            tmpdir.compare(['sitemap-0.xml', 'sitemap.xml'],recursive=False, 
files_only=True)
 
             xml_index = ET.parse(os.path.join(tmpdir.path, 'sitemap.xml'))
             ns = {'ns0': 'http://www.sitemaps.org/schemas/sitemap/0.9'}
diff --git a/requirements.txt b/requirements.txt
index 91e175766..b26c21c87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -179,7 +179,7 @@ smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2.post1
     # via beautifulsoup4
-testfixtures==6.18.5
+testfixtures==7.0.0
     # via -r requirements.in
 textile==4.0.2
     # via pypeline

Reply via email to