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

chore: remove py dependency #314

Closed
wants to merge 3 commits into from

Conversation

sandre35
Copy link
Contributor

@sandre35 sandre35 commented Sep 4, 2023

This fixes issue: #313

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from dddeb79 to 621d53c Compare September 4, 2023 08:48
source_attrs = {"src": video.get("video"), "type": "video/mp4"}
return str(html.video(html.source(**source_attrs), **video_attrs))
return (
f'<video controls="" play-pause-on-click="" poster="{video.get("image")}" style="border:1px solid #e6e6e6;'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing safe quoting off the inputs

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from 621d53c to 59c8665 Compare September 4, 2023 10:12
@BeyondEvil
Copy link
Contributor

Looks good!

Please also add an entry to the changelog. 🙏

@BeyondEvil
Copy link
Contributor

Please also add a shoutout to the person reporting the issue and to yourself for fixing it. 😊

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from 8c2e865 to 7f92fb0 Compare September 4, 2023 12:54
@BeyondEvil
Copy link
Contributor

Not sure why the tests are failing. Can you take a look?

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from 7f92fb0 to f96722b Compare September 4, 2023 14:32
@sandre35
Copy link
Contributor Author

sandre35 commented Sep 4, 2023

Context path of the docker-compose file was incorrect. Fixed!
Moreover, it seems that several tests are outdated. I think, we need another issue/PR to solve this particular point.

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from f96722b to fa5d02c Compare September 4, 2023 14:50
@sandre35
Copy link
Contributor Author

sandre35 commented Sep 5, 2023

@BeyondEvil After having a look at failing tests, the cause is the release of selenium package. Changes are linked to this issue #283

Can we merge this PR and proceed to the 4.0.2 release ?

@sandre35 sandre35 force-pushed the amuller/remove_py_dep branch from fa5d02c to 965bd12 Compare September 13, 2023 12:20
@noamkush noamkush mentioned this pull request Nov 20, 2023
@sandre35 sandre35 closed this Jan 22, 2024
@sandre35 sandre35 deleted the amuller/remove_py_dep branch February 1, 2024 10:09
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 this pull request may close these issues.

3 participants