Skip to content

Commit

Permalink
Removed pytest-timout because it's causing too many problems on travi…
Browse files Browse the repository at this point in the history
…s. (#11559)
  • Loading branch information
gabrieldemarmiesse authored and fchollet committed Nov 4, 2018
1 parent 1d10fe2 commit 58432f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ addopts=-v
# Do not run tests in the build folder
norecursedirs= build

# Running all tests should take less than 12 minutes.
# Otherwise, something went wrong.
timeout = 720

# PEP-8 The following are ignored:
# E501 line too long (82 > 79 characters)
# E402 module level import not at top of file - temporary measure to continue adding ros python packaged in sys.path
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
'pytest-pep8',
'pytest-xdist',
'pytest-cov',
'pytest-timeout',
'pandas',
'requests'],
},
Expand Down

0 comments on commit 58432f2

Please sign in to comment.