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

Imageio Warning #382

Closed
akkuldn opened this issue Apr 5, 2024 · 1 comment
Closed

Imageio Warning #382

akkuldn opened this issue Apr 5, 2024 · 1 comment

Comments

@akkuldn
Copy link
Collaborator

akkuldn commented Apr 5, 2024

The following warning message is seen when we run the selenium tests:

============================== warnings summary ===============================
tests/test_example_form.py: 12 warnings
  D:\code\backup\qxf2_pom\qxf2-page-object-model\utils\Gif_Maker.py:21: DeprecationWarning: Starting with ImageIO v3 the behavior of this function will switch to that of iio.v3.imread. To keep the current behavior (and make this warning disappear) use `import imageio.v2 as imageio` or call `imageio.v2.imread` directly.
    images.append(imageio.imread(os.path.join(screenshot_dir_path, files)))

Steps to reproduce:

  1. Clone the repository
  2. Install the requirements
  3. Run any selenium test pytest tests/test_example_form.py
  4. The warning should pop up once the execution of the test completes
Copy link

github-actions bot commented Jun 5, 2024

Stale issue message

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

No branches or pull requests

1 participant