Closed pkulkark closed 1 year ago
@Agrendalath I couldn't figure out why, but pytest
doesn't seem to work in CI. It fails with some sort of driver errors. And running tests with run_tests
seems to fail with an import error related to "ctypes", on my local machine (with the same build environment). So I ended up changing the command for tox
to use run_tests
so that the CI tests run successfully while keeping pytest
for the command make test
. Does that make sense?
Description
This PR removes the circleci workflow and replaces it with github ci. It also updates the requirements, removing python 2.7 and 3.6 support.
Supporting Information
OpenCraft Internal Jira task: BB-7012
Testing Instructions:
Verify that the new github CI tests are all passing and the xblock still functions normally.