Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated calls for pabot 2.16.0 #539

Open
drfunjohn opened this issue Jun 13, 2023 · 7 comments · Fixed by dfe-analytical-services/explore-education-statistics#4228
Open

Comments

@drfunjohn
Copy link

drfunjohn commented Jun 13, 2023

Version:

  • robot 6.1
  • pabot 2.16

During run tests next warnings appeares:

/usr/local/lib/python3.8/site-packages/robot/utils/argumentparser.py:80: UserWarning: ArgumentParser option 'auto_pythonpath' is deprecated since Robot Framework 5.0. warnings.warn("ArgumentParser option 'auto_pythonpath' is deprecated " /usr/local/lib/python3.8/site-packages/robot/running/builder/builders.py:112: UserWarning: 'TestSuiteBuilder' argument 'included_suites' is deprecated and has no effect. Use the new 'included_ files' argument or filter the parsed suite instead. warnings.warn("'TestSuiteBuilder' argument 'included_suites' is deprecated "

I try keep console printouts clean as posible so it is important to remove such prints.

@drfunjohn drfunjohn changed the title Deprecated calls for new pabot 2.16.0 Deprecated calls for pabot 2.16.0 Jun 13, 2023
@drfunjohn drfunjohn changed the title Deprecated calls for pabot 2.16.0 Deprecated calls for pabot 2.16.0 Jun 13, 2023
@emakaay
Copy link

emakaay commented Jun 13, 2023

👍
I noted this also when start using RF 6.1.

@igravity
Copy link

Same here.
C:\Users\ccccc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\robot\utils\argumentparser.py:80: UserWarning: ArgumentParser option 'auto_pythonpath' is deprecated since Robot Framework 5.0.
warnings.warn("ArgumentParser option 'auto_pythonpath' is deprecated "
C:\Users\ccccc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\robot\running\builder\builders.py:112: UserWarning: 'TestSuiteBuilder' argument 'included_suites' is deprecated and has no effect. Use the new 'included_files' argument or filter the parsed suite instead.
warnings.warn("'TestSuiteBuilder' argument 'included_suites' is deprecated "

@uLucasFraga
Copy link

The same here.
Any news?

@rgud-softwareag
Copy link

we also facing the same issue after updating the robot to 6.1.

@bbrookie
Copy link

bbrookie commented Sep 7, 2023

we also facing the same issue after updating the robot to 6.1.
/home/cook/.pyenv/versions/py310/lib/python3.10/site-packages/robot/utils/argumentparser.py:80: UserWarning: ArgumentParser option 'auto_pythonpath' is deprecated since Robot Framework 5.0.
warnings.warn("ArgumentParser option 'auto_pythonpath' is deprecated "
/home/cook/.pyenv/versions/py310/lib/python3.10/site-packages/robot/running/builder/builders.py:112: UserWarning: 'TestSuiteBuilder' argument 'included_suites' is deprecated and has no effect. Use the new 'included_files' argument or filter the created suite instead.
warnings.warn("'TestSuiteBuilder' argument 'included_suites' is deprecated "

@MaZa78
Copy link

MaZa78 commented Dec 15, 2023

I install robotframework version 6.0.0 and this warning disappear. When I install version 6.1 back it came again. Something need to be fixed here

@reubenmiller
Copy link
Contributor

Warnings should now be gone with 2.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants