Opened 7 years ago

Closed 7 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 Matt Seymour, 7 years ago

Has patch: unset
Owner: changed from nobody to Matt Seymour

comment:2 by Tim Graham, 7 years ago

Summary: Merge py3.txt tests requirements file into base.txtMerge base.txt tests requirements file into py3.txt
Triage Stage: UnreviewedReady for checkin

It'll be easier to merge base.txt into py3.txt so that build scripts don't have to change.

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 888c1e9b:

Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.

Note: See TracTickets for help on using tickets.
Back to Top