-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
area: tests 🩺Focused on the test suiteFocused on the test suitebump: upkeep 🐞Changes outside the package itself (x.y.z.w)Changes outside the package itself (x.y.z.w)type: maintenance 🔧Something administrative needs upkeepSomething administrative needs upkeep
Description
Lines 145 to 149 in ae11a0e
| # The str() calls here are for Python 3.5 compat | |
| shutil.copy( | |
| str(res_path / f"{res_base}{ext}"), | |
| str(tmp_path / f"{scr_base}{ext}"), | |
| ) |
sphobjinv/tests/test_flake8_ext.py
Lines 53 to 56 in ae11a0e
| @pytest.mark.skipif( | |
| sys.version_info < (3, 6), | |
| reason="Some flake8 extensions require Python 3.6 or later", | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: tests 🩺Focused on the test suiteFocused on the test suitebump: upkeep 🐞Changes outside the package itself (x.y.z.w)Changes outside the package itself (x.y.z.w)type: maintenance 🔧Something administrative needs upkeepSomething administrative needs upkeep