File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ exclude_lines =
8484 def autofill_value
8585 def is_autofill_possible
8686 def require_setting
87- if ext in exts
8887 if inside_annot
8988 if hasattr.*generate_config
9089 def is_glob_exp
Original file line number Diff line number Diff line change 22# install a later version, so when pip tries to install radon it will
33# ignore the dependency version difference and only fail when the
44# bear is loaded.
5- colorama<4
5+ colorama<0. 4
66# coverage 4.4.2 broke compatibility with coverage-config-reload-plugin
77# and thus broke https://github.com/jayvdb/coverage_env_plugin .
88# See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1
99coverage==4.4.1
1010coverage-env-plugin~=0.1
1111coverage-config-reload-plugin~=0.2
1212codecov~=2.0.5
13- moban~=0.3.1
13+ moban~=0.3.3
1414packaging~=16.8
1515pytest~=3.6.1
1616pytest-cov~=2.4
@@ -25,5 +25,6 @@ pytest-timeout~=1.3.0
2525pytest-travis-fold~=1.3.0
2626pytest-xdist~=1.15
2727requests-mock~=1.2
28+ ipdb~=0.11
2829pip<10
2930wheel~=0.29
You can’t perform that action at this time.
0 commit comments