Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Aug 16, 2023
1 parent d8ef91d commit 82d17e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 63 deletions.
4 changes: 4 additions & 0 deletions .config/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest
pytest-xdist
pytest-cov
tox
66 changes: 3 additions & 63 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,80 +4,20 @@
#
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt
#
ansible-builder==3.0.0
ansible-compat==4.1.5
ansible-core==2.15.2
ansible-lint==6.17.2
ansible-navigator==3.4.2
ansible-runner==2.3.3
ansible-sign==0.1.1
attrs==23.1.0
bindep==2.11.0
black==23.7.0
bracex==2.3.post1
cachetools==5.3.1
certifi==2023.7.22
cffi==1.15.1
chardet==5.2.0
charset-normalizer==3.2.0
click==8.1.6
click-help-colors==0.9.1
colorama==0.4.6
coverage==7.3.0
cryptography==41.0.3
coverage[toml]==7.3.0
distlib==0.3.7
distro==1.8.0
docutils==0.20.1
enrich==1.2.7
execnet==2.0.2
filelock==3.12.2
idna==3.4
iniconfig==2.0.0
jinja2==3.0.3
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
lockfile==0.12.2
markdown-it-py==3.0.0
markupsafe==2.1.3
mdurl==0.1.2
molecule==6.0.0
mypy-extensions==1.0.0
onigurumacffi==1.2.0
packaging==23.1
parsley==1.3
pathspec==0.11.2
pbr==5.11.1
pexpect==4.8.0
platformdirs==3.10.0
pluggy==1.2.0
ptyprocess==0.7.0
pycparser==2.21
pygments==2.16.1
pyproject-api==1.5.3
pytest==7.4.0
pytest-ansible==4.0.0
pytest-cov==4.1.0
pytest-xdist==3.3.1
python-daemon==3.0.1
python-gnupg==0.5.1
pyyaml==6.0.1
referencing==0.30.2
requests==2.31.0
requirements-parser==0.5.0
resolvelib==1.0.1
rich==13.5.2
rpds-py==0.9.2
ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
six==1.16.0
subprocess-tee==0.4.1
tox==4.8.0
tox-ansible==2.0.9
types-setuptools==68.0.0.3
tzdata==2023.3
urllib3==2.0.4
tox==4.9.0
virtualenv==20.24.3
wcmatch==8.4.1
yamllint==1.32.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
4 changes: 4 additions & 0 deletions src/pipc/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = '0.1.dev4'
__version_tuple__ = version_tuple = (0, 1, 'dev4')

0 comments on commit 82d17e8

Please sign in to comment.