Skip to content
Snippets Groups Projects
Commit dfcc9fda authored by Colin Watson's avatar Colin Watson
Browse files

Switch to autopkgtest-pkg-pybuild

Closes: #1093017
parent 9a99295b
No related branches found
No related tags found
No related merge requests found
python-cymem (2.0.10-2) UNRELEASED; urgency=medium
* Switch to autopkgtest-pkg-pybuild (closes: #1093017).
-- Colin Watson <cjwatson@debian.org> Thu, 27 Mar 2025 14:36:57 +0000
python-cymem (2.0.10-1) unstable; urgency=medium
* Team Upload
......
......@@ -2,7 +2,7 @@ Source: python-cymem
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
......
cymem/tests
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME = cymem
export PYBUILD_TEST_ARGS = tests
%:
dh $@ --buildsystem=pybuild
Test-Command: cd cymem; python3 -m pytest tests -v
Depends: @, python3-pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment