Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial project setup #1

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Conversation

i386x
Copy link
Collaborator

@i386x i386x commented Oct 18, 2020

Minimal skeleton of the project to make linters happy. To prevent shooting to our legs, we use mypy with dynamic typing disallowed (i.e. no Any in type signatures). stubs is a directory with annotations that are not yet present in mypy (annotations in stubs are incomplete and they cover only needs of this project).

MANIFEST.in Outdated
include *.md
include pyproject.toml
exclude .*
exlude tox.ini
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exclude

@richm
Copy link
Contributor

richm commented Oct 18, 2020

one minor change, otherwise, lgtm

@i386x
Copy link
Collaborator Author

i386x commented Oct 21, 2020

@richm I will squash and merge commits to main branch so you can create PR with your contributions.

Minimal skeleton of the project to make linters happy. To prevent
shooting to our legs, we use mypy with dynamic typing disallowed
(i.e. no Any in type signatures). stubs is a directory with
annotations that are not yet present in mypy (annotations in stubs
are incomplete and they cover only needs of this project).
@richm
Copy link
Contributor

richm commented Oct 21, 2020

@richm I will squash and merge commits to main branch so you can create PR with your contributions.

Done - https://github.com/richm/tox-lsr/tree/dev-i386x

@richm
Copy link
Contributor

richm commented Oct 21, 2020

@richm I will squash and merge commits to main branch so you can create PR with your contributions.

Done - https://github.com/richm/tox-lsr/tree/dev-i386x

I will wait to submit a PR until after this PR has merged

@i386x i386x merged commit a5f957d into linux-system-roles:main Oct 22, 2020
@richm richm mentioned this pull request Jun 28, 2023
richm pushed a commit that referenced this pull request Jun 29, 2023
- --extra-rpm <RPM>: specifies an additional rpm package to install
      in the container. Default to none. E.g.,
      --extra-rpm diffutils --extra-rpm sudo
- --extra-skip-tag <TAG>: specifies a tag to skip. Default to none.
      E.g., --extra-skip-tag "tests::use_selinux_role"

If no `--parallel` option is given, it runs all the tests in one
ansible-playbook command line that is the original behavior.
If `--parallel` option is given, it runs each test per command
line. To run *.yml per command line in one container, '--parallel 1`
option is required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants