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
⚠️ Convert QAMuditaHarness to python package which can be uploaded to pypi
📝 Description
At this moment QAMuditaHarness is imported for testing purposes as a sub-repository. It would be a lot easier and better to have such a package as a python package. It would cut down direct dependencies on other repositories.
📝 Describe the solution you'd like
Scenario for implementing this solution:
Convert the repository https://github.com/mudita/QAMuditaHarness into the proper python package. It means creating PR and solving all discussions and issues there. Release package to PyPI index (this point should be discussed but since the whole code is open source I don't see any contraindications for that).
Remove the dependency sub-repository from this repository. It has to include PR with changing all imports from QAMuditaHarness to the new approach.
I've already prepared PR for that in QAMuditaHarness repository for creating a package: mudita/QAMuditaHarness#53
Some cosmetic changes are still needed there but they should be applied and discussed under that PR.
The text was updated successfully, but these errors were encountered:
📝 Description
At this moment
QAMuditaHarness
is imported for testing purposes as a sub-repository. It would be a lot easier and better to have such a package as a python package. It would cut down direct dependencies on other repositories.📝 Describe the solution you'd like
Scenario for implementing this solution:
PyPI
index (this point should be discussed but since the whole code is open source I don't see any contraindications for that).QAMuditaHarness
to the new approach.I've already prepared PR for that in
QAMuditaHarness
repository for creating a package: mudita/QAMuditaHarness#53Some cosmetic changes are still needed there but they should be applied and discussed under that PR.
The text was updated successfully, but these errors were encountered: