Open CharlesB2 opened 2 years ago
You just have to pin factory-boy and it should just work. Here is my config :
[tool.poetry.dev-dependencies]
python-dotenv = "^0.20.0"
isort = "^5.10.1"
ipython = "^8.2.0"
ipdb = "^0.13.9"
rich = "^12.2.0"
Unidecode = "^1.3.4"
pytz = "^2022.1"
pytest = "^7.1.1"
pytest-sugar = "^0.9.4"
pytest-cov = "^3.0.0"
pytest-django = "^4.5.2"
django-test-plus = "^2.2.0"
coverage = "^6.3.2"
pre-commit = "^2.18.1"
factory-boy = "3.0.1"
Django = "^3.0.0"
django-environ = "^0.8.1"
django-model-utils = "^4.2.0"
django-allauth = "^0.50.0"
django-crispy-forms = "^1.14.0"
django-autoslug = "^1.9.8"
django-debug-toolbar = "^3.2.4"
django-extensions = "^3.1.5"
django-coverage-plugin = "^2.0.2"
python-slugify = "^6.1.1"
Pillow = "^9.1.0" # Image processing
psycopg2-binary = "^2.9.3"
whitenoise = "^6.0.0"
Werkzeug = "^2.1.1"
flake8 = "3.8.3"
black = "^22.3.0"
pylint-django = "^2.5.3"
mypy = "^0.942"
django-stubs = "^1.10.1"
Hi,
Being on Mac M1 I unpinned all requirements versions because some packages weren't able to build on this architecture. Everything runs fine then, until testing, for which I get the following error:
Here's my
pip freeze
: