Skip to content

Commit

Permalink
disable broken part of unmanaged wheels test
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 29, 2024
1 parent 2e60efc commit 91bc511
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ object `package` extends RootModule with PythonModule {
/** Usage

> ./mill run
b'"Hello, world!"'
Hello, world!

*/
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# this comes from a wheel
import jinja2

# this comes from an sdist
import orjson as oj

environment = jinja2.Environment()
template = environment.from_string("Hello, {{ name }}!")
print(oj.dumps(template.render(name="world")))
print(template.render(name="world"))

0 comments on commit 91bc511

Please sign in to comment.