File: control

package info (click to toggle)
cached-property 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 388; makefile: 11; sh: 10
file content (10 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Only run Python3 tests, they contain Python3-specific syntax
Depends: python3-cached-property
Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import cached_property ; print(cached_property.__version__)"

# Disable the test suite temporarily on behalf of the release team
# freezegun introduced incomaptible API changes
# See https://bugs.debian.org/923282
#Depends: python3-cached-property, python3-freezegun
#Tests: run-testsuite3
#Restrictions: allow-stderr