Closed
Bug 799754
Opened 12 years ago
Closed 10 years ago
find a way to use the same version numbers in setup.py and create_talos_zip.py
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=765365 for context.
We want to use the same version numbers in setup.py and
create_talos_zip.py until the latter horrible thing goes away.
My only initial thought is to patch setuptools.setup and read the
information from there. That said, I don't want to lightly enter in
to this since we do this a lot and I'd like to consolidate this a bit.
Reporter | ||
Comment 1•12 years ago
|
||
I'm leaning towards closing this. While the existing system is just awful, I can't think of a good forward-compatible way of making this happen without a lot of work. In theory, create_talos_zip.py should go away ASAP.
Thoughts? If there's no real disagreement I plan on closing
Comment 2•10 years ago
|
||
we have moved to a requirements.txt which has all the versions listed out.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•