Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expect test to fail on PyPy due to implicit import during startup. | Jason R. Coombs | 2020-08-08 | 1 | -0/+4 |
| | |||||
* | Remove expected fail. | Jason R. Coombs | 2020-08-08 | 1 | -1/+4 |
| | |||||
* | On Windows, SYSTEMROOT must be supplied. | Jason R. Coombs | 2020-08-08 | 1 | -2/+5 |
| | |||||
* | Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use ↵ | Jason R. Coombs | 2020-08-08 | 1 | -18/+30 |
| | | | | jaraco.envs.VirtualEnv and build a bespoke fixture with a run command. | ||||
* | Support Python 3.5 and 3.6 in the tests. | Jason R. Coombs | 2020-08-08 | 1 | -1/+12 |
| | |||||
* | Add tests capturing expected distutils behavior. Ref #417. | Jason R. Coombs | 2020-08-08 | 1 | -0/+37 |