Update README and pyproject.toml. am: 4576977c62 am: 9bd380eee9 am: c9e313175c am: 835ecf36b6 am: cf7ff3232e

Original change: https://android-review.googlesource.com/c/platform/tools/rr_prebuilt/+/2768236

Change-Id: Icd599eca54a242ab1a21d76cd42344afefc2bed7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/README.md b/README.md
index 3fba691..11d0ca4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,9 @@
 
 The development environment is managed using
 [Poetry](https://python-poetry.org/). If you need to make a non-trivial change
-you will want to install that so you can run the linters and formatters.
+you will want to install that so you can run the linters, formatters, and tests.
+Once installed, run `poetry install` in this directory to install the
+development dependencies.
 
 Run the type checker and linter with `make lint`.
 
diff --git a/pyproject.toml b/pyproject.toml
index fa15951..ccadcce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,9 +26,7 @@
 fail_under = 100
 
 [tool.pytest.ini_options]
-addopts = "--strict-markers"
 asyncio_mode = "auto"
-markers = ["requires_network: marks a test that requires network access"]
 xfail_strict = true
 
 [tool.mypy]