Azure / pytest-azurepipelines

Plugin for pytest that makes it simple to work with Azure Pipelines
MIT License
112 stars 35 forks source link

Missing dependecy to setuptools #88

Closed KalleDK closed 11 months ago

KalleDK commented 11 months ago

setuptools should be added to install_requires in setup.py

  File "/home/vsts/work/1/s/.venv/lib/python3.11/site-packages/pytest_azurepipelines.py", line 7, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
tonybaloney commented 11 months ago

thanks for the report. That package within setuptools is also deprecated, so I'm going to change the import for another

KalleDK commented 11 months ago

It might just be me, but I can't see any changes that would fix it in the PR?

KalleDK commented 11 months ago

Thanks @tonybaloney