Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-pytest-socket
Manage
Activity
Members
Labels
Plan
Wiki
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-pytest-socket
Commits
332103fc
Verified
Commit
332103fc
authored
1 year ago
by
Yogeswaran Umasankar
Browse files
Options
Downloads
Patches
Plain Diff
Added d/rules
parent
b3477c6a
No related branches found
No related tags found
No related merge requests found
Pipeline
#685028
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+17
-0
17 additions, 0 deletions
debian/rules
with
17 additions
and
0 deletions
debian/rules
0 → 100755
+
17
−
0
View file @
332103fc
#!/usr/bin/make -f
export PYBUILD_NAME=pytest-socket
# Disable tests requiring network access
export PYBUILD_TEST_ARGS = \
-k 'not test_parametrize_with_socket_enabled_and_allow_hosts \
and not test_global_disable_and_allow_host \
and not test_single_cli_arg_connect_disabled_hostname_resolved \
and not test_default_urlopen_succeeds_by_default \
and not test_single_cli_arg_urlopen_enabled \
and not test_single_mark_arg_urlopen_enabled \
and not test_urllib_succeeds_by_default \
and not test_enabled_urllib_succeeds'
%:
dh $@ --with python3 --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