Skip to content

Commit

Permalink
fixup! fixup! Respect PURE_PYTHON=0 environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Sep 30, 2024
1 parent 1967ab7 commit a747ed5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/AccessControl/tests/testSecurityManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""Tests for the SecurityManager implementations
"""

import os
import unittest

from ..Implementation import PURE_PYTHON
Expand Down
1 change: 0 additions & 1 deletion src/AccessControl/tests/testZopeSecurityPolicy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
##############################################################################

import _thread as thread
import os
import sys
import unittest
from doctest import DocTestSuite
Expand Down

0 comments on commit a747ed5

Please sign in to comment.