Skip to content

Commit d16a7d5

Browse files
committed
docker tag hack in 10
1 parent 292f756 commit d16a7d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_chapter_10_production_readiness.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env python3
2-
import os
3-
import subprocess
42
import unittest
53
from pathlib import Path
64

@@ -31,6 +29,9 @@ def test_listings_and_commands_and_output(self):
3129
self.skip_with_check(57, "Change the file to be group-writeable as well")
3230
self.skip_with_check(61, "note container id")
3331

32+
# Hack to be able to pretend that 3.14 is out and we dont have to use the rc
33+
self.sourcetree.run_command("docker tag python:3.14-rc-slim python:3.14-slim")
34+
3435
# hack fast-forward, nu way
3536
self.skip_forward_if_skipto_set()
3637

0 commit comments

Comments
 (0)