Skip to content

Commit 0b75918

Browse files
committed
Uncomment test commands
1 parent 52b55d1 commit 0b75918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/wheels/build-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ this_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1010
# Skip PyPy, Python2, old Python3 versions, musl, and x86 builds.
1111
export CIBW_SKIP="pp* cp27-* cp35-* *i686 *musllinux* $CIBW_SKIP"
1212
# Run a simple test suite
13-
#export CIBW_TEST_REQUIRES="-r tests/requirements.txt"
14-
#export CIBW_TEST_COMMAND="pytest {project}/tests/test_Producer.py"
13+
export CIBW_TEST_REQUIRES="-r tests/requirements.txt"
14+
export CIBW_TEST_COMMAND="pytest {project}/tests/test_Producer.py"
1515

1616

1717
librdkafka_version=$1

0 commit comments

Comments
 (0)