Matej Cepl
55a827aaae
- Update to version 5.24.2 - add comment about source archive - use only github source repository (python subdir) in obscpio - Reenable django and pandas tests - With ringdisabled, do not run test flavor at all - Require and use pytest-xdist in tests * Reenables the one skipped test * Trims total build time by a large factor despite now running pandas and django tests too! - Drop failing-test_array_values_are_unique_high_collision.patch * Fix the test instead gh#HypothesisWorks/hypothesis#2447 - Sync requirements versions to setup.py * newer versions probably came from wrong interpretation of upstream's version pinning OBS-URL: https://build.opensuse.org/request/show/826112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=134
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
<services>
|
|
<!-- python portion of github sources -->
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">hypothesis-python-5.24.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">hypothesispython(.*)</param>
|
|
<param name="subdir">hypothesis-python</param>
|
|
<param name="filename">hypothesis-python</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|