Skip to content

Commit af6a28c

Browse files
Updated files with 'repo_helper'. (#22)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent f31f006 commit af6a28c

File tree

5 files changed

+11
-45
lines changed

5 files changed

+11
-45
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ tag = True
1111

1212
[bumpversion:file:tox_envlist/__init__.py]
1313

14+
search = : str = "{current_version}"
15+
replace = : str = "{new_version}"
16+
1417
[bumpversion:file:pyproject.toml]

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ use_parentheses = true
3232
remove_redundant_aliases = true
3333
default_section = "THIRDPARTY"
3434
known_third_party = [
35+
"backports_entry_points_selectable",
3536
"braceexpand",
3637
"coincidence",
3738
"coverage",

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@ platforms = [ "Windows", "macOS", "Linux",]
4242
license-key = "MIT"
4343
package = "tox_envlist"
4444

45+
[tool.mkrecipe]
46+
conda-channels = [ "python-coincidence",]
47+
extras = "all"
48+
4549
[project.entry-points.tox]
4650
envlist = "tox_envlist"

setup.cfg

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,8 @@
66
# * mypy
77
# * options.entry_points
88

9-
[metadata]
10-
name = tox-envlist
11-
author = Dominic Davis-Foster
12-
author_email = [email protected]
13-
license = MIT License
14-
keywords = tox
15-
long_description = file: README.rst
16-
long_description_content_type = text/x-rst
17-
platforms = Windows, macOS, Linux
18-
url = https://github.com/python-coincidence/tox-envlist
19-
project_urls =
20-
Issue Tracker = https://github.com/python-coincidence/tox-envlist/issues
21-
Source Code = https://github.com/python-coincidence/tox-envlist
22-
classifiers =
23-
Development Status :: 4 - Beta
24-
Framework :: tox
25-
Intended Audience :: Developers
26-
License :: OSI Approved :: MIT License
27-
Operating System :: OS Independent
28-
Programming Language :: Python
29-
Programming Language :: Python :: 3 :: Only
30-
Programming Language :: Python :: 3.6
31-
Programming Language :: Python :: 3.7
32-
Programming Language :: Python :: 3.8
33-
Programming Language :: Python :: 3.9
34-
Programming Language :: Python :: Implementation :: CPython
35-
Topic :: Software Development :: Quality Assurance
36-
Topic :: Software Development :: Testing
37-
Topic :: Software Development :: Testing :: Unit
38-
Typing :: Typed
39-
40-
[options]
41-
python_requires = >=3.6.1
42-
zip_safe = False
43-
include_package_data = True
44-
packages = find:
45-
46-
[options.packages.find]
47-
exclude =
48-
doc-source
49-
tests
50-
tests.*
51-
529
[mypy]
53-
python_version = 3.6
10+
python_version = 3.7
5411
namespace_packages = True
5512
check_untyped_defs = True
5613
warn_unused_ignores = True

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
git+https://github.com/python-coincidence/testing-tox
2+
backports-entry-points-selectable>=1.0.2
23
coincidence>=0.2.0
34
coverage>=5.1
45
coverage-pyver-pragma>=0.2.1
56
domdf-python-tools[testing]>=2.0.1
67
iniconfig!=1.1.0,>=1.0.1
78
pytest>=6.0.0
89
pytest-cov>=2.8.1
9-
pytest-randomly>=3.3.1
10+
pytest-randomly>=3.6.0
1011
pytest-timeout>=1.4.2

0 commit comments

Comments
 (0)