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
f6f85ea2
Commit
f6f85ea2
authored
Jan 28, 2019
by
Jason R. Coombs
Committed by
GitHub
Jan 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1658 from benoit-pierre/minor_tests_related_cleanup
tests: minor cleanup
parents
0425790c
3ac3b67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
setuptools/tests/test_build_py.py
setuptools/tests/test_build_py.py
+1
-9
No files found.
setuptools/tests/test_build_py.py
View file @
f6f85ea2
import
os
import
pytest
from
setuptools.dist
import
Distribution
@
pytest
.
yield_fixture
def
tmpdir_as_cwd
(
tmpdir
):
with
tmpdir
.
as_cwd
():
yield
tmpdir
def
test_directories_in_package_data_glob
(
tmpdir_as_cwd
):
def
test_directories_in_package_data_glob
(
tmpdir_cwd
):
"""
Directories matching the glob in package_data should
not be included in the package data.
...
...
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