- Update to 3.2.1:

* Update MANIFEST.in so tests are included in the sdist tarball again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2020-02-20 07:15:17 +00:00
committed by Git OBS Bridge
parent d415652bab
commit 66bc31a34d
4 changed files with 11 additions and 6 deletions

View File

@@ -19,12 +19,11 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/adamchainz/pytest-randomly
URL: https://github.com/pytest-dev/pytest-randomly
Source: https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz
BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module setuptools}