11[metadata]
2- name = pytest-randomly
2+ name = pytest_randomly
33version = 3.12.0
44description = Pytest plugin to randomly order tests and control random.seed.
55long_description = file: README.rst
66long_description_content_type = text/x-rst
7+ url = https://github.com/pytest-dev/pytest-randomly
78author = Adam Johnson
89author_email = me@adamj.eu
9- url = https://github.com/pytest-dev/pytest-randomly
10- project_urls =
11- Changelog = https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst
12- Twitter = https://twitter.com/adamchainz
1310license = MIT
14- keywords = pytest, random, randomize, randomise, randomly
11+ license_file = LICENSE
1512classifiers =
1613 Development Status :: 5 - Production/Stable
1714 Framework :: Pytest
1815 Intended Audience :: Developers
1916 License :: OSI Approved :: MIT License
2017 Natural Language :: English
21- Programming Language :: Python :: 3 :: Only
2218 Programming Language :: Python :: 3
19+ Programming Language :: Python :: 3 :: Only
2320 Programming Language :: Python :: 3.7
2421 Programming Language :: Python :: 3.8
2522 Programming Language :: Python :: 3.9
2623 Programming Language :: Python :: 3.10
2724 Programming Language :: Python :: 3.11
2825 Typing :: Typed
26+ keywords = pytest, random, randomize, randomise, randomly
27+ project_urls =
28+ Changelog = https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst
29+ Twitter = https://twitter.com/adamchainz
2930
3031[options]
31- package_dir =
32- =src
3332packages = find:
34- include_package_data = True
3533install_requires =
36- importlib-metadata >= 3.6.0 ; python_version < "3.10"
3734 pytest
35+ importlib-metadata>=3.6.0 ; python_version < "3.10"
3836python_requires = >=3.7
37+ include_package_data = True
38+ package_dir =
39+ =src
3940zip_safe = False
4041
4142[options.packages.find]
@@ -54,8 +55,8 @@ source =
5455
5556[coverage:paths]
5657source =
57- src
58- .tox/**/site-packages
58+ src
59+ .tox/**/site-packages
5960
6061[coverage:report]
6162show_missing = True
0 commit comments