diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-31 11:54:48 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-31 11:54:48 -0500 |
commit | ce05e066722c926b6cd6536968911072e5cf08b0 (patch) | |
tree | 540c24e3cde04fda2e0ba25fea9be7badd7e0538 /CHANGELOG | |
parent | 0cdcc79fb1332d6f7ac2b085ec654adfef50ac86 (diff) |
Consistently use pytest.mark.skipif to skip tests when the corresponding libraries are not installed.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ Beautiful Soup's official support for Python 2 ended on January 1st, 2021. The final release to support Python 2 was Beautiful Soup 4.9.3. In the Launchpad Git repository, the final revision to support -Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. In the -Bazaar repository, the final revision to support Python 2 was 605. +Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. = 4.11.2 (Unreleased) |