- 13 Jul, 2017 12 commits
-
-
Benoit Pierre authored
In my environment, with: - LANGUAGE=en_US:en_GB:en:C - LC_ALL=en_US.UTF-8 Running the testsuite with: - python3.6 -m pytest: is successful - tox -e py36: fails The later because LC_ALL is unset by tox, and LANGUAGE is not passed through, so `locale.getpreferredencoding()` returns 'ANSI_X3.4-1968'.
-
Benoit Pierre authored
So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments.
-
Benoit Pierre authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Restrict use of os.makedirs to those with the security patch introduced in Python 3.2.6, 3.3.5, and 3.4.1 per https://bugs.python.org/issue21082. Ref #1082.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 06 Jun, 2017 1 commit
-
-
Jason R. Coombs authored
-
- 04 Jun, 2017 1 commit
-
-
Jason R. Coombs authored
-
- 01 Jun, 2017 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
fixed #1042 -- updates an import to use six from the vendored package
-
Alex Gaynor authored
-
- 31 May, 2017 1 commit
-
-
Jason R. Coombs authored
-
- 30 May, 2017 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 21 May, 2017 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 17 May, 2017 1 commit
-
-
Jason R. Coombs authored
Document -s to run single test
-
- 16 May, 2017 1 commit
-
-
anatoly techtonik authored
Fixes https://github.com/pypa/setuptools/issues/1032
-
- 11 May, 2017 6 commits
-
-
Jason R. Coombs authored
Tox doc comments
-
Pi Delport authored
-
Pi Delport authored
-
Pi Delport authored
This will help get new contributors started, if they're just used to running "tox".
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-