dockerized-pytest-course icon indicating copy to clipboard operation
dockerized-pytest-course copied to clipboard

Remove deprecated pytest stuff for newer Python

Open derailed-dash opened this issue 1 year ago • 0 comments

There were a number of changes required to make this work with a newer version of Python. I've made these changes and tested with 3.10 and newer.

Changes are:

  • Updated Dockerfile to Python 3.12 rather than 3.7-bustser
  • Removed deprecated version attribute from compose file
  • Removed python_paths variable from pytests, which causes a key error and is not required
  • Removed all references to pep8, since it is no longer supported
  • Updated requirements to resolve incompatible dependencies

derailed-dash avatar Jan 17 '25 09:01 derailed-dash