Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
46be0276
Commit
46be0276
authored
Jun 30, 2019
by
mergify[bot]
Committed by
GitHub
Jun 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1795 from benoit-pierre/fix_travis_ci
Fix CI
parents
6bdd9c5c
4598c1a2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pkg_resources/tests/test_pkg_resources.py
pkg_resources/tests/test_pkg_resources.py
+1
-1
pytest.ini
pytest.ini
+1
-1
No files found.
pkg_resources/tests/test_pkg_resources.py
View file @
46be0276
...
...
@@ -242,7 +242,7 @@ def test_distribution_version_missing(tmpdir, suffix, expected_filename,
with
pytest
.
raises
(
ValueError
)
as
excinfo
:
dist
.
version
err
=
str
(
excinfo
)
err
=
str
(
excinfo
.
value
)
# Include a string expression after the assert so the full strings
# will be visible for inspection on failure.
assert
expected_text
in
err
,
str
((
expected_text
,
err
))
...
...
pytest.ini
View file @
46be0276
[pytest]
addopts
=
--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX
addopts
=
--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r
sxX
norecursedirs
=
dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore
=
setuptools/site-patch.py
F821
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment