Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-django-postgres-extra
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-django-postgres-extra
Commits
81d41777
Commit
81d41777
authored
3 years ago
by
Michael Fladischer
Browse files
Options
Downloads
Patches
Plain Diff
Enable upstream testsuite for autopkgtests.
parent
c579b1b2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/tests/control
+14
-0
14 additions, 0 deletions
debian/tests/control
debian/tests/init.sql
+1
-0
1 addition, 0 deletions
debian/tests/init.sql
debian/tests/upstream
+11
-0
11 additions, 0 deletions
debian/tests/upstream
with
27 additions
and
0 deletions
debian/changelog
+
1
−
0
View file @
81d41777
python-django-postgres-extra (2.0.3-2) UNRELEASED; urgency=medium
* Update year in d/copyright.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Tue, 01 Feb 2022 08:19:23 +0000
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
0 → 100644
+
14
−
0
View file @
81d41777
Tests: upstream
Depends:
postgresql,
python3-all,
python3-ansimarkup,
python3-django,
python3-freezegun,
python3-psycopg2,
python3-pytest,
python3-pytest-django,
python3-pytest-benchmark,
@,
@builddeps@,
Restrictions: needs-root,isolation-container,allow-stderr
This diff is collapsed.
Click to expand it.
debian/tests/init.sql
0 → 100644
+
1
−
0
View file @
81d41777
create
user
"root"
with
superuser
;
This diff is collapsed.
Click to expand it.
debian/tests/upstream
0 → 100644
+
11
−
0
View file @
81d41777
#!/bin/sh
set
-e
runuser
-u
postgres
--
psql
-f
$(
pwd
)
/debian/tests/init.sql
cp
-r
tests settings.py
${
AUTOPKGTEST_TMP
}
cd
${
AUTOPKGTEST_TMP
}
for
p
in
$(
py3versions
-s
)
;
do
$p
-m
pytest
--ds
settings
--ignore
=
tests/test_management_command_partition.py
done
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