Skip to content

Commit

Permalink
Add changelog for python 3 (#16364) (#16372)
Browse files Browse the repository at this point in the history
(cherry picked from commit a4e1d62)
  • Loading branch information
jsoriano authored Feb 20, 2020
1 parent d62349f commit 8f88b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The list below covers the major changes between 7.0.0-rc2 and master only.
- Altered all remaining uses of mapval to use the renamed and enhanced version: https://github.com/elastic/go-lookslike[go-lookslike] instead, which is a separate project. The mapval tree is now gone. {pull}14165[14165]
- Move light modules to OSS. {pull}14369[14369]
- Deprecate test flags, `generate` and `update_expected`, in favor of `data`. {pull}15292[15292]
- Python 3 is required now to run python tests and tools. {pull}14798[14798]

==== Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/mage/pytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
// platforms. So do verify the version with python.exe --version.
//
// Setting up a python virtual environment on a network drive does not work
// well. So if this applies to your development environment set PYTHON_EXE
// well. So if this applies to your development environment set PYTHON_ENV
// to point to somewhere on C:\.

const (
Expand Down

0 comments on commit 8f88b43

Please sign in to comment.