Skip to content

Releases: sjkingo/virtualenv-api

Version 2.1.18

03 Feb 00:49
61123dc
Compare
Choose a tag to compare

2.1.18 - 2020-02-03

  • #46: Blacklist env var in subprocess calls to fix bug in MacOS/Homebrew installs (@irvinlim)
  • Change build versions to match supported Python versions (@sjkingo)

Version 2.1.17

15 Nov 09:17
Compare
Choose a tag to compare

2.1.17 - 2018-11-15

Version 2.1.16

17 Mar 14:24
Compare
Choose a tag to compare

2.1.16 - 2017-03-17

  • Fix bug in test script where temporary directories were not being removed (@sjkingo)
  • #35: Don't pass unsupported argument to old versions of pip (@sjkingo)
  • Always call pip through the Python interpreter to avoid a too-long shebang error (@sjkingo)
  • #26: Fix incorrect subclassing of base test class that was causing extreme test durations (@sjkingo)

Version 2.1.15

17 Mar 09:08
Compare
Choose a tag to compare

2.1.15 - 2017-03-17

Version 2.1.14

21 Feb 23:25
Compare
Choose a tag to compare

2.1.14 - 2017-02-22

Version 2.1.13

26 Oct 01:04
Compare
Choose a tag to compare

2.1.13 - 2016-10-26

  • #31: Workaround to prevent shebang length errors when calling pip (@rmb938)

Version 2.1.12

21 Oct 21:19
Compare
Choose a tag to compare

2.1.12 - 2016-10-22

  • #29: Fix AttributeError when raising OSError from inside environment (@rmb938)

Version 2.1.11

14 Jul 12:31
Compare
Choose a tag to compare

2.1.11 - 2016-07-14

Version 2.1.10

14 Jul 12:31
Compare
Choose a tag to compare

2.1.10 - 2016-06-03

  • #27: Support installing an editable package (-e) (@sjkingo)

Version 2.1.9

30 Apr 21:56
Compare
Choose a tag to compare

2.1.9 - 2016-05-01

  • Move version number to library instead of setup.py (@sjkingo)
  • Support Python 3.5 (@sjkingo)
  • #24: Fixed failing test suite by adding missing dependency (@mcyprian)