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
8
8
author = Ian Stapleton Cordasco
9
9
author_email = graffatcolmingov@gmail.com
10
10
license = MIT
11
- license_file = LICENSE
11
+ license_files = LICENSE
12
12
classifiers =
13
13
Environment :: Console
14
14
Framework :: Flake8
@@ -17,11 +17,6 @@ classifiers =
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
19
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
25
20
Programming Language :: Python :: Implementation :: CPython
26
21
Topic :: Software Development :: Libraries :: Python Modules
27
22
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(
93
93
) as parse_comma_separated_list , mock .patch (
94
94
"flake8_polyfill.options.parse_normalized_paths"
95
95
) as parse_normalized_paths :
96
-
97
96
parse_comma_separated_list .side_effect = lambda v : f"C({ v } )"
98
97
parse_normalized_paths .side_effect = lambda v : f"N({ v } )"
99
98
callback (option , opt_str , value , parser )
You can’t perform that action at this time.
0 commit comments