Skip to content

Commit

Permalink
Adjust requirements
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley authored and daviddavis committed Nov 30, 2020
1 parent 4d09e21 commit 45aa7cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Install dev requirements
run: pip install -r dev_requirements.txt

- name: Run tests
run: |
python setup.py test
git clean -dfx
# Lint code
- name: Run black
run: |
Expand All @@ -32,8 +27,4 @@ jobs:
- name: Check manifest
run: check-manifest

- run: make all

- run: pre-commit run -a -v

- run: coveralls
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include VERSION
include README.rst
include LICENSE
include requirements.txt
include dev_requirements.txt
include pyproject.toml
include COPYRIGHT
include pulp_smash/**
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"pulpcore-client",
"pyxdg",
"requests",
"pulpcore-client",
],
entry_points={"console_scripts": ["pulp-smash=pulp_smash.pulp_smash_cli:pulp_smash"]},
test_suite="tests",
Expand Down

0 comments on commit 45aa7cd

Please sign in to comment.