Package: pyflakes / 2.2.0-2

Metadata

Package Version Patches format
pyflakes 2.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix test for nightly Python 3.9 532.patch | (download)

pyflakes/test/test_api.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] fix test for nightly python (3.9) (#532)

* Fix test for nightly Python (3.9)

* allow_failures: true for nightly

Co-authored-by: Anthony Sottile <[email protected]>

0002 Fix tests with Python 3.9 closes 549 586.patch | (download)

pyflakes/test/test_api.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 [patch] fix tests with python 3.9, closes #549 (#586)

Stop allowing failures on Python nightly.