Skip to content

Commit e372bff

Browse files
committed
coala-quickstart: Moban sync
Sync moban
1 parent 5974fb5 commit e372bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

test-requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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
99
coverage==4.4.1
1010
coverage-env-plugin~=0.1
1111
coverage-config-reload-plugin~=0.2
1212
codecov~=2.0.5
13-
moban~=0.3.1
13+
moban~=0.3.3
1414
packaging~=16.8
1515
pytest~=3.6.1
1616
pytest-cov~=2.4
@@ -25,5 +25,6 @@ pytest-timeout~=1.3.0
2525
pytest-travis-fold~=1.3.0
2626
pytest-xdist~=1.15
2727
requests-mock~=1.2
28+
ipdb~=0.11
2829
pip<10
2930
wheel~=0.29

0 commit comments

Comments
 (0)