-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove "user" tests installed via pip #24
Labels
Milestone
Comments
The CI script calls to these could be replaced by the corresponding pytest calls. |
|
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
…ction with new script CLI commands
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 18, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 22, 2018
|
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
|
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
|
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
… to check pip-installability" This reverts commit 681f08a.
dzhoshkun
added a commit
that referenced
this issue
Oct 24, 2018
…t (no DVI source connected to Kyrie) and activated respective CI sections for current branch" This reverts commit 4ded35a.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tests that are executed as part of the CI routine via CTest are also installed via pip as
test-giftgrab-*
console scripts that get populated automatically.As far as I remember the idea behind this was to provide the user with a way to test a pip-installed GIFT-Grab.
However these are not even documented, so the user has no way to know about these, as a matter of fact (the more advanced user who can dig these out should be able to figure on their own how to test a pip-installed GIFT-Grab 😄 )
On the contrary, this causes problems such as this.
The text was updated successfully, but these errors were encountered: