Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Nov 19, 2024
1 parent f5833f7 commit 7ccdcce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/zip_unsafe_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os
import unittest


class ZipUnsafeTest(unittest.TestCase):
"""Test importing something that requires zip-unsafety and exploding the pex."""

@unittest.skipIf(os.getenv("TOOL_DEV", "") != "true", "needs tool update to work")
def test_can_import(self):
from third_party.python.confluent_kafka import cimpl
self.assertIsNotNone(cimpl)
4 changes: 4 additions & 0 deletions tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.6.1
-------------
* Fix exploding of zip-unsafe pexes (#231)

Version 1.6.0
-------------
* Import hooks are now added in the `plz` module and are hence more usefully importable (#229)
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1

0 comments on commit 7ccdcce

Please sign in to comment.