Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

ERROR: No matching distribution found for QUnitSuite #704

Closed
rvalyi opened this issue Apr 28, 2022 · 5 comments
Closed

ERROR: No matching distribution found for QUnitSuite #704

rvalyi opened this issue Apr 28, 2022 · 5 comments
Labels

Comments

@rvalyi
Copy link
Member

rvalyi commented Apr 28, 2022

Hello, for the repos running the old Travis tests like v12,
the travis_install_nightly script tries to install pip install -q QUnitSuite
https://github.com/OCA/maintainer-quality-tools/blob/master/travis/travis_install_nightly#L117
But sadly since a coupe of days this doesn't work anymore and we get this error:
https://app.travis-ci.com/github/OCA/l10n-brazil/jobs/568612311#L419
You can try yourself with Python 2 or Python 3:

python -m pip install -q QUnitSuite
ERROR: Could not find a version that satisfies the requirement QUnitSuite (from versions: none)
ERROR: No matching distribution found for QUnitSuite

it's not on pypi either...

is it used at all? or can we simply remove it from https://github.com/OCA/maintainer-quality-tools/blob/master/travis/travis_install_nightly#L117 may be??

cc @marcelsavegnago

@rvalyi rvalyi added the bug label Apr 28, 2022
@pedrobaeza
Copy link
Member

It can be used for UI tests that are in QUnit. Hardly none OCA modules is using it, but this being a general tooling, we should provide an alternative. What has happened to such package?

@jfernandez-busman
Copy link

On the pages cached from PiPy by Google, there is still a contact email. I have sent him an email to see if he can comment on this.

@rvalyi
Copy link
Member Author

rvalyi commented Apr 29, 2022

FYI, we used this in OCA/l10n-brazil to keep merging until this is sorted out OCA/l10n-brazil@7e3876a

@jfernandez-busman
Copy link

I have been told by the maintainers the library is up again (They have uploaded it as a new version)

@pedrobaeza
Copy link
Member

Yeah, I confirm now it works in OCA/l10n-spain#2229

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants