python-hypothesis 6.64.0-1ubuntu2 source package in Ubuntu

Changelog

python-hypothesis (6.64.0-1ubuntu2) lunar; urgency=medium

  * Remove Testsuite: autopkgtest-pkg-pybuild temporarily so autodep8-python
    tests are not ran.
  * Remove faulty test checking numpy functionality.
  * Depend on Python 3.11.

 -- Simon Quigley <email address hidden>  Wed, 01 Feb 2023 09:17:11 -0600

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.64.0.orig.tar.gz 8.9 MiB 6f4014188fe1fd206c77ec6a513242eac57abb667a8331545c6f26b90cfd5a3c
python-hypothesis_6.64.0-1ubuntu2.debian.tar.xz 12.9 KiB a0c246333041c87efc87d1d0709a71d5d3f14e2afc9db69a0a06f128c7d465b8
python-hypothesis_6.64.0-1ubuntu2.dsc 2.8 KiB 4e69b49fcb277f982b0113cc687e624131685b6cd08a315ad42f490899af7e1b

View changes file

Binary packages built by this source

python-hypothesis-doc: advanced Quickcheck style testing library (documentation)

 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the documentation for Hypothesis.

python3-hypothesis: advanced Quickcheck style testing library for Python 3

 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the Python 3 module.