You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
do you have any idea why it is missing in the release? It exists within the git tag:
$ git checkout v1.1.0
Note: switching to 'v1.1.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 19305fe Merge pull request #157 from bastelfreak/rel110
$ cat requirements-test.txt
-r requirements.txt
coveralls
bandit
coverage==4.0
mock==1.0.1
pytest==3.0.1
pytest-cov==2.2.1
pytest-pep8==1.0.5
cov-core==1.15.0
$
wget https://files.pythonhosted.org/packages/30/d0/15605e4476cb634251cc04e10ad50caaf566586b9cccf7de6c73014b5c4f/pypuppetdb-1.1.0.tar.gz#sha256=4a02dd45a398b30a940bb019b110bbd741c2a5a2772186a7c3c2faca0b0a41e3
As you see there is no requirements-test.txt but it's required by setup.py
The text was updated successfully, but these errors were encountered: