Opened 8 years ago
Closed 8 years ago
#27776 closed Cleanup/optimization (fixed)
Merge base.txt tests requirements file into py3.txt
Reported by: | Matt Seymour | Owned by: | Matt Seymour |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Now support for python 2 is coming to an end, the requirements files within tests/requirements can have a small tidy.
The file tests/requirements/py3.txt can be merged with base.txt as only a single dependancies file is needed.
There is also an odd reference to the old py2.txt file within documentation which no longer exists which can also be cleaned at the same time.
Change History (3)
comment:1 by , 8 years ago
Has patch: | unset |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
Summary: | Merge py3.txt tests requirements file into base.txt → Merge base.txt tests requirements file into py3.txt |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
It'll be easier to merge
base.txt
intopy3.txt
so that build scripts don't have to change.