Skip to content

Commit 2298704

Browse files
authored
Fix packaging (#11)
1 parent 3223ffe commit 2298704

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+94
-506
lines changed

.ansible-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude_paths:
33
- .cache/ # implicit unless exclude_paths is defined in config
44
- .github/
5-
- packages/**/cookiecutter/{{*
5+
- src/**/cookiecutter/{{*
66
# - src/molecule_gce/cookiecutter/{{cookiecutter.molecule_directory}}
77

88
skip_list:

.github/workflows/tox.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
PREFIX: PYTEST_REQPASS=3
2323
- tox_env: py310
2424
PREFIX: PYTEST_REQPASS=3
25-
- tox_env: py310-devel
25+
- tox_env: py311
2626
PREFIX: PYTEST_REQPASS=3
27-
- tox_env: packaging
27+
- tox_env: py311-devel
28+
PREFIX: PYTEST_REQPASS=3
29+
- tox_env: pkg
2830

2931
steps:
3032
- uses: actions/checkout@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
src/molecule_plugins/_version.py

.pre-commit-config.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@ ci:
33
skip:
44
# https://github.com/pre-commit-ci/issues/issues/55
55
- ansible-lint
6+
exclude: >
7+
(?x)^(
8+
src/molecule_plugins/_version.py
9+
)$
610
default_language_version:
711
python: python3
812
minimum_pre_commit_version: "1.14.0"
913
repos:
1014
- repo: https://github.com/PyCQA/doc8.git
11-
rev: v1.0.0
15+
rev: v1.1.1
1216
hooks:
1317
- id: doc8
1418
- repo: https://github.com/psf/black
15-
rev: 22.6.0
19+
rev: 22.12.0
1620
hooks:
1721
- id: black
1822
language_version: python3
1923
- repo: https://github.com/pre-commit/pre-commit-hooks.git
20-
rev: v4.3.0
24+
rev: v4.4.0
2125
hooks:
2226
- id: end-of-file-fixer
2327
- id: trailing-whitespace
@@ -27,12 +31,12 @@ repos:
2731
- id: check-merge-conflict
2832
- id: debug-statements
2933
- repo: https://github.com/PyCQA/flake8
30-
rev: 5.0.4
34+
rev: 6.0.0
3135
hooks:
3236
- id: flake8
3337
additional_dependencies:
3438
- flake8-black
3539
- repo: https://github.com/ansible/ansible-lint.git
36-
rev: v6.4.0
40+
rev: v6.10.2
3741
hooks:
3842
- id: ansible-lint

build

Lines changed: 0 additions & 8 deletions
This file was deleted.

build.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/molecule-azure/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/molecule-azure/MANIFEST.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/molecule-azure/README.rst

Lines changed: 0 additions & 75 deletions
This file was deleted.

packages/molecule-azure/pyproject.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/molecule-azure/setup.cfg

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/molecule-gce/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)