1
0

19 Commits

Author SHA256 Message Date
c0561429be Accepting request 1184223 from devel:languages:python
- update to 0.0.21:
  * testrepository now uses ``hatch`` rather than ``pbr``.
  * setup.py testr now supports different coverage names.
  * Isolate the testrepository test suite from the chunking (or
    otherwise) behaviour of testtools' exception handlers.
  * Unexpected errors reading streams from a file repository now
    propogate the correct exception.
  * testrepository now requires at least version 0.0.11 of the
    subunit Python module.

- fix requires
- tighten runtime requires
- add buildrequires to satisfy test suite run
- Add BuildRequires: python-extras

OBS-URL: https://build.opensuse.org/request/show/1184223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=23
2024-07-01 09:22:17 +00:00
1253126cba Accepting request 1085108 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=22
2023-05-05 13:59:25 +00:00
64854253e0 Accepting request 870271 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/870271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=21
2021-02-11 11:45:54 +00:00
61d4e35e68 Accepting request 688831 from devel:languages:python
- Remove accidental runtime dep on python-dbm

- The tests are failing in the release but work on the git
  so lets hope there is some release in future that will allow
  us to enable them

- Fix the buildrequires to match up properly

- Add missing dependencies pytz and dbm
- Activate tests, currently broken
- Fix %license

OBS-URL: https://build.opensuse.org/request/show/688831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=20
2019-03-29 19:38:05 +00:00
06b3e35817 Accepting request 659714 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=19
2018-12-26 23:28:52 +00:00
5e9ef7a8d5 Accepting request 508304 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/508304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=18
2017-07-07 08:16:45 +00:00
74eec0f26a Accepting request 496807 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/496807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=17
2017-05-22 08:47:50 +00:00
a3914ee529 Accepting request 412605 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/412605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=16
2016-07-24 17:52:51 +00:00
b42f7e8eea Accepting request 353011 from devel:languages:python
Add python-pbr dependency.

OBS-URL: https://build.opensuse.org/request/show/353011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=15
2016-01-12 15:13:17 +00:00
2c913710a7 Accepting request 331670 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/331670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=14
2015-10-01 07:28:53 +00:00
Stephan Kulow
1a9b7b790c Accepting request 249857 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=13
2014-09-17 15:26:57 +00:00
Stephan Kulow
9ab9dcd73e Accepting request 222199 from devel:languages:python
- Implement update-alternatives

OBS-URL: https://build.opensuse.org/request/show/222199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=11
2014-02-26 05:55:25 +00:00
Stephan Kulow
af6cf94bae Accepting request 215600 from devel:languages:python
- fix requires (forwarded request 215599 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/215600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=10
2014-01-30 11:52:30 +00:00
Stephan Kulow
bef6d2c34f Accepting request 207595 from devel:languages:python
update to version 0.0.18 (forwarded request 207594 from posophe)

OBS-URL: https://build.opensuse.org/request/show/207595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=9
2013-11-21 14:26:15 +00:00
Tomáš Chvátal
35568d97bf Accepting request 204672 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=8
2013-10-25 09:34:05 +00:00
Stephan Kulow
ec62b6ec82 Accepting request 183753 from devel:languages:python
- update to 0.0.17:
 * Restore the ability to import testrepository.repository.memory on Python 2.6.
 * A new testr.conf option ``group_regex`` can be used for grouping
   tests so that they get run in the same backend runner. (Matthew Treinish)
 * Fix Python 3.* support for entrypoints; the initial code was Python3
   incompatible. (Robert Collins, Clark Boylan, #1187192)
 * Switch to using multiprocessing to determine CPU counts.
  (Chris Jones, #1092276)
 * The cli UI now has primitive differentiation between multiple stream types.
   This is not yet exposed to the end user, but is sufficient to enable the
   load command to take interactive input without it reading from the raw
   subunit stream on stdin. (Robert Collins)
 * The scheduler can now groups tests together permitting co-dependent tests to
   always be scheduled onto the same backend. Note that this does not force
   co-dependent tests to be executed, so partial test runs (e.g. --failing)
   may still fail.  (Matthew Treinish, Robert Collins)
 * When test listing fails, testr will now report an error rather than
   incorrectly trying to run zero tests. A test listing failure is detected by
   the returncode of the test listing process. (Robert Collins, #1185231) (forwarded request 183719 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/183753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=6
2013-07-20 07:03:30 +00:00
Stephan Kulow
c7eef9c0ad Accepting request 182874 from devel:languages:python
- tighten runtime requires (forwarded request 182858 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/182874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=5
2013-07-12 18:56:45 +00:00
Stephan Kulow
d52a0a4d21 Accepting request 173928 from devel:languages:python
- add buildrequires to satisfy test suite run 

- update to 0.0.15:
  * Expects subunit v2 if the local library has v2 support in the subunit
  library. This should be seamless if the system under test shares the
  Python libraries. If it doesn't, either arrange to use ``subunit-2to1``
  or upgrade the subunit libraries for the system under test. (forwarded request 173918 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/173928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=4
2013-05-02 10:35:56 +00:00
Stephan Kulow
4c69b8f8ca Accepting request 172646 from devel:languages:python
Add BuildRequires: python-extras (forwarded request 172645 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/172646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testrepository?expand=0&rev=3
2013-04-22 12:17:31 +00:00

Diff Content Not Available