Hello,
It seems the package devel/py-pytest-pep8 is broken, it does not get installed with devel/py-pytest:
What am I supposed to do in this case?
I don't have any issues installing them with pip so I don't understand this message in the commit history:
It seems the package devel/py-pytest-pep8 is broken, it does not get installed with devel/py-pytest:
Code:
root@dev:~ # pkg install py311-pytest py311-pytest-pep8
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 13 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
py311-atomicwrites: 1.4.1
py311-execnet: 2.1.1
py311-iniconfig: 1.1.1_1
py311-more-itertools: 10.3.0
py311-pep8: 1.7.1_3
py311-pluggy: 1.5.0
py311-pluggy0: 0.13.1_1
py311-py: 1.11.0
py311-pytest: 8.1.1,1
py311-pytest-pep8: 1.0.6
py311-pytest4: 4.6.11_1,1
py311-pytest4-cache: 1.0
py311-wcwidth: 0.2.8
Number of packages to be installed: 13
The process will require 11 MiB more space.
130 KiB to be downloaded.
Proceed with this action? [y/N]: y
[dev] [1/4] Fetching py311-pluggy-1.5.0.pkg: 100% 43 KiB 43.8kB/s 00:01
[dev] [2/4] Fetching py311-pytest4-cache-1.0.pkg: 100% 13 KiB 13.2kB/s 00:01
[dev] [3/4] Fetching py311-pep8-1.7.1_3.pkg: 100% 66 KiB 67.2kB/s 00:01
[dev] [4/4] Fetching py311-pytest-pep8-1.0.6.pkg: 100% 9 KiB 9.4kB/s 00:01
Checking integrity... done (2 conflicting)
- py311-pluggy-1.5.0 conflicts with py311-pluggy0-0.13.1_1 on /usr/local/lib/python3.11/site-packages/pluggy/__init__.py
- py311-pytest-8.1.1,1 conflicts with py311-pytest4-4.6.11_1,1 on /usr/local/bin/py.test-3.11
Cannot solve problem using SAT solver, trying another plan
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 9 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
py311-atomicwrites: 1.4.1
py311-execnet: 2.1.1
py311-iniconfig: 1.1.1_1
py311-more-itertools: 10.3.0
py311-pep8: 1.7.1_3
py311-pluggy: 1.5.0
py311-py: 1.11.0
py311-pytest: 8.1.1,1
py311-wcwidth: 0.2.8
Number of packages to be installed: 9
The process will require 8 MiB more space.
Proceed with this action? [y/N]:
What am I supposed to do in this case?
I don't have any issues installing them with pip so I don't understand this message in the commit history:
devel/py-pytest-{pep8,translations}: switch to pytest4
These plugins are not compatible with recent pytest.
Consumers (sysutils/iocage and www/py-flask-security) were switched
to pytest4 as well. Note that py-flask-security tests were and still
are broken due to unrelated problem - py-sqlalchemy12 and
py-sqlalchemy14 conflict.
PR: 256624