maven: Update test that is now failing since beautifulsoup4 4.13
Latest beautifulsoup4 release (4.13) seems to have fixed issues related to unexpected encodings in XML files so a test that was passing previously is now failing. Update that test to check origin URL and visit type can be successfully extracted from a POM file with unexpected encoding.
This commit is contained in:
parent
4d14e8928b
commit
a3d66736a4
2 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
beautifulsoup4
|
||||
beautifulsoup4 >= 4.13.3
|
||||
breezy >= 3.3.1, < 3.3.5 # use versions with available binary wheels
|
||||
dateparser
|
||||
dulwich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue