]> git.ipfire.org Git - thirdparty/babel.git/commit
fix tests when using Python 3.9a6
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Tue, 5 May 2020 08:05:56 +0000 (08:05 +0000)
committerAarni Koskela <akx@iki.fi>
Tue, 5 May 2020 08:15:20 +0000 (11:15 +0300)
commit7bdaa28a55e8d8228d5434effa4b1473ab7b3669
tree2482ea28da162aa44c7bc36d8211f1e3eab392ce
parent167b71421f113e2210e4deefef5020402492e5be
fix tests when using Python 3.9a6

In Python 3.9a6 integer values for future flags were changed to prevent
collision with compiler flags. We need to retrieve these at runtime so
the test suite works with Python <= 3.8 as well as Python 3.9.
tests/test_util.py