This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url = https://github.com/pycqa/flake8-polyfill
88author = Ian Stapleton Cordasco
99author_email = graffatcolmingov@gmail.com
1010license = MIT
11- license_file = LICENSE
11+ license_files = LICENSE
1212classifiers =
1313 Environment :: Console
1414 Framework :: Flake8
@@ -17,11 +17,6 @@ classifiers =
1717 Programming Language :: Python
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.6
21- Programming Language :: Python :: 3.7
22- Programming Language :: Python :: 3.8
23- Programming Language :: Python :: 3.9
24- Programming Language :: Python :: 3.10
2520 Programming Language :: Python :: Implementation :: CPython
2621 Topic :: Software Development :: Libraries :: Python Modules
2722 Topic :: Software Development :: Quality Assurance
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ def test_generate_callback_from_composition(
9393 ) as parse_comma_separated_list , mock .patch (
9494 "flake8_polyfill.options.parse_normalized_paths"
9595 ) as parse_normalized_paths :
96-
9796 parse_comma_separated_list .side_effect = lambda v : f"C({ v } )"
9897 parse_normalized_paths .side_effect = lambda v : f"N({ v } )"
9998 callback (option , opt_str , value , parser )
You can’t perform that action at this time.
0 commit comments