Commit Graph

28 Commits

Author SHA1 Message Date
Sviatoslav Sydorenko 9f92d3d465
🔥 Exterminate files that aren't Git-tracked
This is a follow-up improvement for
https://github.com/pypa/pip/pull/7624/files
2020-02-03 10:44:56 +01:00
Sviatoslav Sydorenko fb2598a645 Suggest a way of cleaning dist if non-empty 2020-01-30 20:54:36 -05:00
Pradyun Gedam b9555fb9d4
Empty build directory before building distributions
Mainly to avoid pypa/wheel#147
2020-01-21 18:43:36 +05:30
Pradyun Gedam bda17b73e6
Add dist/ prefix to expected filenames 2020-01-21 18:43:36 +05:30
Pradyun Gedam 4b1c3484b0
Minor updates to noxfile.py (#7330) 2019-11-11 11:19:16 +05:30
Pradyun Gedam 22cdfd6ad1
nox: Add a command for uploading releases 2019-11-10 12:18:16 +05:30
Pradyun Gedam b94df0b570
nox: Log the correct command name in error 2019-11-10 12:18:02 +05:30
Pradyun Gedam 08a7f501e8
nox: Update interpreters available for testing 2019-11-10 11:48:34 +05:30
Pradyun Gedam 3dfa9e420f
nox: Remove pre-existing source distributions 2019-11-10 11:48:13 +05:30
Pradyun Gedam db66b6eaf5
Add a nox command to build release artifacts 2019-11-03 14:48:18 +05:30
Pradyun Gedam 9e3e82e081
Rewrite release preparation automation 2019-11-03 14:48:11 +05:30
Pradyun Gedam ba63e01bb6
Merge pull request #7191 from qiell/fix/update-shutil-remove-to-rmtree
Change method from shutil.remove to shutil.rmtree
2019-10-15 12:31:20 +05:30
Xavier Fernandez 8df9329396 Add release target 2019-10-14 14:23:00 +02:00
Akash Srivastava c265ce1b48 (Fix Tests): Change method from shutil.remove to shutil.rmtree
- remove was not a member of shutil and tests were failing because of
it. To fix it, shutil.rmtree is used.

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
2019-10-14 12:30:43 +05:30
Pradyun Gedam db5432bf9c
nox: Install from a source distribution 2019-10-07 15:43:00 +05:30
Pradyun Gedam f6d690406b
nox: Log details when reusing existing common-wheels 2019-10-07 15:42:24 +05:30
Pradyun Gedam 4048daeddf
nox: Better handle execution with protected pip 2019-10-07 15:41:42 +05:30
Maxim Kurnikov 3692097cca add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
Pradyun Gedam 8ba9c1470d
Add a note that the nox commands are a "prototype" 2019-09-28 11:26:41 +05:30
Pradyun Gedam 20b58c33fa
Bring in useful comments from tox.ini 2019-09-28 11:26:28 +05:30
Pradyun Gedam 51dc60f8a7
Parallelize tests as much as possible, by default 2019-09-28 11:25:56 +05:30
Pradyun Gedam 2f57f91110
More accurate docstring 2019-09-27 23:30:37 +05:30
Pradyun Gedam a9ae6deacc
Add development commands to nox
Why: To enable using a single tool for release management as well as
development automation.
2019-09-27 23:30:01 +05:30
Pradyun Gedam a0044856d7
No need to create a virtualenv for generate_authors 2019-09-27 22:31:12 +05:30
Pradyun Gedam ff53e6d7d3
Drop dedicated CI job for NEWS fragment check
Why: This task is now handled as a part of pre-commit's checks.
2019-09-24 18:03:23 +05:30
Chris Hunt 459c1c7e40 Validate NEWS files with rstcheck. 2019-09-16 20:52:46 -04:00
Pradyun Gedam b33280d925
Add missing imports 2019-09-05 12:45:28 +05:30
Pradyun Gedam ae4a22958e
Move invoke.generate commands to nox 2019-09-05 12:40:33 +05:30