#! /bin/sh

cp -r setup.cfg promise tests ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP} && ls -la && PYTHONPATH=. python3 -m pytest -k 'not test_await and not test_await_time and not test_promise_coroutine and not test_awaitable'
