Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-easydev
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-easydev
Commits
21e41630
Verified
Commit
21e41630
authored
11 months ago
by
Sergio Durigan Junior
Browse files
Options
Downloads
Patches
Plain Diff
d/rules: Skip test_url test; requires internet connection.
Closes: #1071075
parent
9529e147
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+3
-6
3 additions, 6 deletions
debian/rules
with
3 additions
and
6 deletions
debian/rules
+
3
−
6
View file @
21e41630
...
...
@@ -3,12 +3,9 @@
export LC_ALL=C.UTF-8
export PYBUILD_NAME=easydev
#ifneq ($(PYBUILD_AUTOPKGTEST), 1)
#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir}
#else
#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info
#endif
#export PYBUILD_TEST_ARGS=-k "not test_url"
# test_url requires internet connection, which we don't have during
# the build.
export PYBUILD_TEST_ARGS=-k "not test_url"
%:
dh $@ --buildsystem=pybuild
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment